Django application to easily handle database requests and other tools
Project description
=====
OHM2 Handlers Light
=====
OHM2 Handlers Light 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_light',
)
2. Include the handlers URLconf in your project urls.py like this::
url(r'^ohm2_handlers_light/', include('ohm2_handlers.urls')),
3. Run `python manage.py migrate` to create the handlers models.
OHM2 Handlers Light
=====
OHM2 Handlers Light 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_light',
)
2. Include the handlers URLconf in your project urls.py like this::
url(r'^ohm2_handlers_light/', 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
File details
Details for the file django-ohm2-handlers-light-0.0.6.tar.gz
.
File metadata
- Download URL: django-ohm2-handlers-light-0.0.6.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c56ecd266759f7658276ce3fb45ffd810e25cdd4bf845109855d8013e00748c4 |
|
MD5 | e3371bb8e1ec003a788af8c93a54f12f |
|
BLAKE2b-256 | a78bad1456c48e8ffb48a20cb46f42332fc2e045c5d2186efecbaf836df64256 |