Skip to content

winner245/django-rest-framework-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-rest-framework-tutorial

Steps to run the tutorials

  1. Activate the cirtual environment by running the command source menv/bin/activate from the root directory
  2. cd to the tutorial folder you are interested in, and then start Django development server using python manage.py runserver
  3. Paste http://127.0.0.1:8000/ to the browser and you are ready to play with it.

Steps to terminate the application

  • Quit the development serverL CTRL + C
  • Quit the virtual environment: deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages