Skip to content

A simple django app to manage site settings in admin panel.

Notifications You must be signed in to change notification settings

timesong/sitesettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

No packages published

Languages