Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makushatnik/django

Django web project
https://github.com/makushatnik/django

Last synced: 25 days ago
JSON representation

Django web project

Awesome Lists containing this project

README

        

# Django web app
Django web project

## Install
1. Activate Virtual Enviroment
2. Type a command:\
`pip install -r requirements.txt`
3. Type commands:
```
cd webapp
python manage.py migrate
python manage.py createsuperuser
```

## Run
`cd webapp && python manage.py runserver`