An application to manage a multilingual blog inside your Django website with Arabic and English languages
- username = demo
- password = demodemo123
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/
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