-
Notifications
You must be signed in to change notification settings - Fork 0
timesong/sitesettings
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
sitesettings - A simple django app to manage site settings in admin panel. 1. Installation add 'sitesettings' into settings.INSTALLED_APPS add 'sitesettings.context_processors.settings' into settings.TEMPLATE_CONTEXT_PROCESSORS 2. Usage a. add settings in admin panel - sitesettings b. in template: {{ group.key }} for example {{ contact_us.phone }} c. in source file: from sitesettings.models import settings print settings.contact_us.phone 3. Email: timesong@gmail.com Twitter: timesong Facebook: timesong
About
A simple django app to manage site settings in admin panel.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published