A simple Django Parameter app.
Project description
================
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 using
the parameter within the Django templates.
Detailed documentation is needs writing.
Quick start
-----------
1. pip install hexia-parameters
2. 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 records
7. 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 }}
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 using
the parameter within the Django templates.
Detailed documentation is needs writing.
Quick start
-----------
1. pip install hexia-parameters
2. 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 records
7. 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 }}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file hexia-parameters-1.0.4.tar.gz
.
File metadata
- Download URL: hexia-parameters-1.0.4.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/2.7.15rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ce747db27f057b72e56bbddaf98aa910f2d8a5f6cdf851db353de2498dcd83a |
|
MD5 | 6a7b5d3e62eb66ccfa8532dca27a4426 |
|
BLAKE2b-256 | b152163a3700661f5f0a3a1bcf25d788fb163423e4b332a2aadb5b589c0ce180 |