Skip to content

TheTechApostle/nyscledgers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

first install python then go to the cmd create a folder called nyscledger cd nyscledger python -m venv myworld navigate into myworld\Scripts\ then type activate.bat to activate the virtual environment back to myworld python -m pip install Django django-admin startproject my_tennis_club
.....to create a folder cd my_tennis_club python manage.py startapp members

also install rest framework with this code pip install djangorestframework

thats all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published