Metadata-Version: 2.1
Name: for-django-projects
Version: 1.0.3
Summary: Package of libraries for Django projects
Home-page: https://github.com/jasmanysanchez/for-django-projects
Author: Jasmany Sanchez Mendez
Author-email: jasmanysanchez97@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# For django projects
## _Classes and functions to create django projects with Bootstrap Framework_

[![N|Solid](https://devarech.me/static/images/icon/logo-devarech.svg)](https://devarech.me)

## Installation

Requires [Django](https://www.djangoproject.com/) v2.2+ and [Python](https://www.python.org/) v3.6+ to run.

Add apps in INSTALLED_APPS:

```sh
INSTALLED_APPS = [
    ...
    'for_django_projects.form_utils',
    'for_django_projects.pwa'
    ...
]
```

## License

MIT

**Free Software, Hell Yeah!**
