Skip to content

MuhmedWagdy/djformXO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create virtual env

activate

install django version lts ==4.2

django-admin startproject project rename project src

cd src

python manage.py makemigrations

#python manage.py migrate #python manage.py createsuperuser

Activate Open admin panel after migration

#git init .

git add .

#git commit -m "first message" #open new repo last for command install

installed app forum

#python manage.py startapp forum #open setting and url setting media static #creation model from app #create function based view for crud operation #create file templates and create folder name the same of app #Crud Operation in views #pip freeze >requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published