Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asifpy/django-quickstart

Quickstart examples of Django packages
https://github.com/asifpy/django-quickstart

Last synced: 6 days ago
JSON representation

Quickstart examples of Django packages

Awesome Lists containing this project

README

        

# Django-Quickstart

`django-quickstart` provides you with quickstart usage examples of different Django packages.

Then, to run:
- Create your seperate virtual env and activate it
- Install requirements: `pip install -r requirements.txt`
- Migrate: `manage.py migrate`
- Run server: `manage.py runserver
- check http://localhost:8000 in your browser