Skip to content

hafifamudi/CrudWithDjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CrudWithDjango

1.install conda 2.setup your Env => conda create --name (your_env_name) django 3.activate your Env => activate (your_env_name) 4.install django => conda install django 5.create and statr the project => django_admin startproject (your_name_project) after that start app => django_admin startapp (your_app_name) 6.migrations the database and migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published