Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.21 KB

DjangoBlog

An application to manage a multilingual blog inside your Django website with Arabic and English languages

Demo

editor account

  • username = demo
  • password = demodemo123

home page

home page

author dashboard

author dashboard

Usage

It's best to install Python projects in a Virtual Environment. Once you have set up a Virtual Environment, clone this project

git clone https://github.com/M0hamedEmad/django-blog.git

then cd to file and Run

pip install -r requirements.txt #install required packages
python manage.py migrate # run first migration
python manage.py runserver # run the server

then open in your browser http://127.0.0.1:8000/

Make a Superuser

Run

python manage.py createsuperuser

then write a username, email, password go to http://127.0.0.1:8000/admin a django admin or http://127.0.0.1:8000/dashboard a dashboard for admin and editors