Skip to content

twisha11/cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS

Blog Websites

step 1:

python -m venv venv

step 2:

workon venv

or

venv\Scripts\activate

step 3:

pip install django

step 4:

pip install django-ckeditor

step 5:

pip insall Pillow

step 6:

python manage.py runserver