This file last updated: Dec 2024
This is the current implementation of the Grand Comics Database, hosted at https://www.comics.org/ (production) and https://beta.comics.org/ (public beta for new features).
See the Technical section on docs.comics.org and the Wiki for more detailed information about how we work and what has been done to date. This file just covers the essentials of branches and code reviews.
Please join the gcd-tech list for help and to find out where we could use your contributions:
http://groups.google.com/group/gcd-tech/
We recommend that you use our Docker-based development environment.
You can find manual instructions for various platforms using virtual environments for python in the docs directory GCD Docs but they aren't necessarily up to date. As of September 2023 they should work.
Our primary collaboration space is the gcd-tech mailing list. We use the GitHub code review system for discussing code changes.
Pull requests are welcome, but you might want to poke the mailing list if no one seems to be paying attention.
This is (generally) the production deployment. For the most part, work should not be done here directly.
Contact: gcd-tech-team via gcd-tech
This is the general-purpose development branch. It is often deployed to
the beta site, and most work should be done here.
Special-purpose development branches are based from beta
unless otherwise
noted.
Contact: gcd-tech-team via gcd-tech
This branch was for experimental work to refactor the system in several stages.
Most of the refactoring work was moved over to the main branch, some double checking needs to be performed if there are remaining ideas.
Contact: gcd-tech-team via gcd-tech
We have a first version of a REST API, see the documentation.
Contact: gcd-tech-team via gcd-tech
The current production code runs on Django 4.2.
This version of the GCD web application was initially written in Python using Django 0.96, and rushed into deployment in late 2009 when the prior system's host crashed after many years of service. Due to both of these facts, there remain some oddities and things that you would not see in a modern Django system.
Bugs and feature requests are recorded in GitHub's issue tracking system.
If you are unfamiliar with the code, please contact the gcd-tech list before starting to submit fixes.
In addition to the contributors you see within the git log, we'd like to thank Jon Løvstadt for his work developing and running the previous iteration of the GCD web application.