/cms

Created Blog Web-Application Using Django Framework.

Primary LanguagePython

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