Metadata-Version: 2.1
Name: django-manifest
Version: 0.2.1
Summary: A kickstarter for Django Web Framework projects that supports both legacy frontend and javascript technolohies using REST API.
Home-page: http://github.com/ozgurgunes/django-manifest/
Author: Özgür Güneş
Author-email: o.gunes@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown

# Django Manifest    [![Download Latest][image]][link]

[image]: https://img.shields.io/badge/Coverage-100%-success
[link]: https://github.com/ozgurgunes/Django-Manifest/releases/latest/download/django-manifest.zip


A kickstarter for Django Web Framework projects that supports both legacy frontend and javascript technolohies using REST API.

* Documentation: https://django-manifest.readthedocs.io
* Demo: https://django-manifest.github.io

## Features

* User registration & authentication.
* Password reset and email confirmation.
* Profile picture and settings.
* Future: Topic creation and branching.
* Future: User comments and rating.

## Installation

[Download][link] the latest release, unzip file.

#### Alternatively

Run in shell:

```
$ pip install django-manifest

```

See setup instructions.

## Documentation

* [Project Creation](https://django-manifest.readthedocs.io)
* [Frontend Integration](https://django-manifest.readthedocs.io)


