source: derez/README.rst @ 3dab8c883ead51b2be9eb7942a9b823cb37c2b65

Revision 3dab8c883ead51b2be9eb7942a9b823cb37c2b65, 619 bytes checked in by Flupke <luper.rouch@…>, 2 years ago (diff)

derez: galery categories can now only reference 1 site, and have a new 'ordering' field

  • Property mode set to 100644

Requirements

Installation

Once the requirements are installed, you install the site by doing:

python setup.py install

Then initialize the database and load initial data (default settings expect that there is a PostgreSQL database named 'derez', accessible by user 'derez' without password):

django-admin.py syncdb --settings=derez.projects.prod.settings_fr
django-admin.py loaddata derezapp_initial.json --settings=derez.projects.prod.settings_fr
Note: See TracBrowser for help on using the repository browser.