hexia-parameters 1.0.4

Creator: codyrutscher

Last updated:

Add to Cart

Description:

hexiaparameters 1.0.4

================Hexia Parameters================Hexia Parametersges is a Django app to provide the ability to change specific site parameters from admin.This will allow the user to change background images, site title etc by specifying the parameter and then usingthe parameter within the Django templates. Detailed documentation is needs writing.Quick start-----------1. pip install hexia-parameters2. Add "hexia_parameters" and dependencies to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... 'hexia_pages', ]3. Add "hexia_parameters" to your coontext processors 'OPTIONS': { 'context_processors': [ ... 'hexia_parameters.context_processors.hexia_parameters', ], }4. Run `python manage.py migrate` to create the hexia_parameters models.5. Add the parameters you want generated to settings.py HEXIA_PARAMETERS_LIST = [ 'Site_Title', 'Tag_Line', 'Banner', 'Video', ]6. Run `python manage.py initialise_hexia_parameters` to create these records7. Start the development server and visit http://127.0.0.1:8000/admin/ to enter initial values.8. Add a parameter your templates. {{ Site_Title.text }}

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.