Django application to easily handle database requests and other tools
Project description
=====
OHM2 Handlers
=====
Handlers is a complete Django app to conduct general methods and database access
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "ohm2_handlers" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'ohm2_handlers',
)
2. Include the handlers URLconf in your project urls.py like this::
url(r'^ohm2_handlers/', include('ohm2_handlers.urls')),
3. Run `python manage.py migrate` to create the handlers models.
OHM2 Handlers
=====
Handlers is a complete Django app to conduct general methods and database access
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "ohm2_handlers" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'ohm2_handlers',
)
2. Include the handlers URLconf in your project urls.py like this::
url(r'^ohm2_handlers/', include('ohm2_handlers.urls')),
3. Run `python manage.py migrate` to create the handlers models.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for django-ohm2-handlers-1.1.10.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e6fac6e6df1413e4d1667f380017826122f8f61fa83bd035a6cf57df9efa893 |
|
MD5 | fbd6abc5dafc607c51c7081fdbe19e1c |
|
BLAKE2b-256 | c2b74e062647e915e79932e8557894ca861c72967398e339d0f4695d3b4c6ddb |