Skip to content

django blog application - Support for multi language posts base on Django framework with django rest framework.

Notifications You must be signed in to change notification settings

M0hamedEmad/django-multi-language-blog

Repository files navigation

DjangoBlog

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

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

About

django blog application - Support for multi language posts base on Django framework with django rest framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published