Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makushatnik/django
Django web project
https://github.com/makushatnik/django
Last synced: 25 days ago
JSON representation
Django web project
- Host: GitHub
- URL: https://github.com/makushatnik/django
- Owner: makushatnik
- Created: 2023-07-26T15:40:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-19T21:28:56.000Z (over 1 year ago)
- Last Synced: 2023-08-19T22:33:43.820Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`