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.4.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5796f494d2e14aea9ecade13bece81616e73dd4cbdd7712ee5e9587b25d48e9 |
|
MD5 | 9a0b2761771c4207ec8cc79548850e0f |
|
BLAKE2b-256 | ba84e5fb72b110bf72234061bf73de4c186bc828201d844bd0a8d527d835f6ff |