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.5.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35ae72367cee54230143813334e25ea83072b94dbf38c1a93f024c87ea5c6b18 |
|
MD5 | dbfbb65b88ad85724ed00d33ad61049a |
|
BLAKE2b-256 | e6a4de2a278091d85258c8ce33874796be3f2e81a98c86ef313ad9cc27bf08fd |