Skip to content
Radu Andries edited this page Aug 11, 2013 · 3 revisions

Development

You need to edit TechnicAntani/settings.py to accomodate your environment.
Here is a list of settings you should check.

  • DEBUG, TEMPLATE_DEBUG - Set these to True. It makes django display meaningful messages when something goes boom.
  • DATABASES - follow examples. All django backends are supported. Usually for development purposes, a sqlite3 db is enough.
  • Remove all references to debug toolbar in the code if present. My derp.

Production

TODO

Clone this wiki locally