1 2 3 4 5 | import os
DEBUG = True
TEMPLATE_DEBUG = DEBUG
root = os.path.abspath(os.path.dirname(__file__))
|
More like this
- URL Query Parameter Menu by drg006 6 years ago
- BooleanField that treats '0' as unchecked by johnboxall 1 year, 6 months ago
- Copy/Paste form generation by dballanc 5 years, 6 months ago
- Show template names in markup by jaywhy13 11 months, 2 weeks ago
- create_model_instances management command by Lacrymology 4 months ago
Comments