https://github.com/omkarpathak/poc
https://github.com/omkarpathak/poc
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omkarpathak/poc
- Owner: OmkarPathak
- License: mit
- Created: 2019-03-25T08:31:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T04:40:12.000Z (over 6 years ago)
- Last Synced: 2025-02-02T08:42:19.223Z (11 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poc
# Installation Instruction
- For installing all the required dependencies, execute following command:
```bash
pip install poc/requirements.txt
```
```bash
python poc/manage.py makemigrations
python poc/manage.py migrate
python poc/manage.py runserver
```
- If all the above commands run without any errors, visit `127.0.0.1` in your browser to view the GUI
- To be able to access the database execute following commands:
```bash
python poc/manage.py createsuperuser
# follow the prompts and then run:
python poc/manage.py runserver
```
- Then visit `127.0.0.1/admin` in your browser and click on TrendTable. For the latest entry refer the first record