https://github.com/sor4chi/data-picker-mockups
https://github.com/sor4chi/data-picker-mockups
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sor4chi/data-picker-mockups
- Owner: sor4chi
- Created: 2021-03-13T03:51:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T01:12:44.000Z (about 4 years ago)
- Last Synced: 2025-02-06T05:44:24.006Z (3 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Create Environment
```python
python3 -m venv venv
source venv/bin/activate
python3 manage.py migrate
python3 manage.py runserver
```