-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Artshow Jockey is a Django application that will assist in running a convention-style Art Show. The software was written specifically to assist with the Further Confusion convention, but has been gladly submitted under a GPL licence to make it available to a wider audience. Changes and change requests to make it suitable for other conventions or styles of Art Show are very welcome.
In its current implementation, a number of [Process Assumptions](/chmarr/artshow-jockey/wiki/Process Assumptions) are being made which will become less and less as the software is changed to suit more shows. If your show can fit within the assumptions, then very little changes should need to be made (bugs aside).
See also the [Features and Concepts](/chmarr/artshow-jockey/wiki/Features and Concepts).
Either:
-
Quickstart - Installs a complete, standalone site. Ie, "startproject" has been run for you. Or
-
Django Setup - Instructions for installing the individual Django "apps" into an existing Django "project". Ie, you ran "startproject" yourself.