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.3.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5c44b5e84347230f9affc3934a746d5fc6242110d11edca7c7a72738d37e31a |
|
MD5 | 5dafea2217a5257b730ff430faa69f01 |
|
BLAKE2b-256 | 9128595bed39e0c4a48447e065a96fdd51ee5cab07aec505e3fb7ab1b55f22aa |