Skip to content

ADI-2707/App_square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 

Repository files navigation

venv activation = .\venv\Scripts\Activate.ps1

BackEnd = python manage.py runserver

Migration = python manage.py makemigrations

         python manage.py migrate

FrontEnd = npm run dev