Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Daniet/django-restframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django rest framework example

requirements

  • python 3.8
  • pipenv or virtualenv

create enviroment

virtuaenv

virtualenv venv
# linux or mac
source venv/bin/activate
# windows
venv\Scripts\activate
# install depences
pip install -r requirements.txt

pipenv

pipenv shell
# install depences
pipenv install

Migration

python manager migration

execute project

python manager runserver 0:8000

service django

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages