Djangotools: Django Reusable Feature Application.
Project description
Djangotools: Django Reusable Feature Application.
Djangotools is a Reusable Django app which provides Decorators and Mixins to add extra features in your Django Project.
Installation:
You can install Djangotools from PyPI using pip.
pip install djangotools
Configuration:
1. Open the settings.py
file of your project, And put djangotools into INSTALLED_APPS
.
INSTALLED_APPS = ( 'djangotools', )
Complete the Djangotools setup by running the following command one by one in the sequence.
python manage.py makemigrations python manage.py migrate python manage.py runserver
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djangotools-2.2.2.tar.gz
(4.6 kB
view hashes)
Built Distribution
Close
Hashes for djangotools-2.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 372500f9114764d7c49b48670837e70c0fefce7dee308806ced32a71d56f19dd |
|
MD5 | e00ae73c0f6e00b8347a57871d0711eb |
|
BLAKE2-256 | f04168e42ba3c349fee6155cd5ab14d1f8897aafafde415d9493522c4f1a6b2f |