Skip to content

chetanya-shrimali/nutrient-management-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nutrient-management-website

requirements

support of python 2.7+
install django

  • pip install django

install django rest-framework

  • pip install djangorestframework

how to run

  • Get the requirements

$ sudo apt-get install python-pip

  • Now run the server

    $ python manage.py runserver

open 127.0.0.1:8000 in the browser

  • Apply the migrations

    python manage.py makemigrations

    python manage.py migrate

  • Create the admin

    python manage.py createsuperuser

  • Add the relevant information

  • open 127.0.0.1:8000/admin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published