Skip to content

gabrielcantarin/django-crud-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

GETTING START SIMPLE CRUD USING DJANGO

  • With conda
conda activate py-1
  • With env
python venv py-1
  • install djungle
pip install django
  • Go inside the folder
cd rattlesnake
  • Run Migrations
python manage.py makemigrations
python manage.py migrate
  • Run server!
python manage.py runserver
python manage.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published