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.4.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25504cae3105827b4c0bf3d5996c888b540d4db6cd645a2c20c458b55c46f519 |
|
MD5 | c9252131bcbc731f5fa5951aa74082b6 |
|
BLAKE2b-256 | 106c9c82b625daed6d0e1083bd42fd10388174e7ae49e803b9f0da8ab5064be6 |