Skip to content

OmkarPathak/poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

poc

Installation Instruction

  • For installing all the required dependencies, execute following command:
pip install poc/requirements.txt
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:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published