/blog-django-ar

Arabic Blogger Using Django Framework

Primary LanguageRoff

Blog django in arabic

Project from scratch for arab web developers who search for a full project using django consept.

Libraries and framework used:

  • Django 2.2
  • Bootstrap 4.3.x
  • jQuery 3.3.1
  • Font awesome
  • Pillow
  • Crispy form

Steps to download project:

1- Download the full project from this link:

https://github.com/aabouissa/blog-django-ar/archive/master.zip

or

you can clone the repository using this code: git clone https://github.com/aabouissa/blog-django-ar.git

2- Create your virtual environment:

- If you use Linux or Mac OSX, use this code: python3 -m virtualenv .
- If you use Windows, use this code: virtualenv .

3- Activate your virtual enviroment:

- Users of Linux and Mac OSX: source bin/activate
- Users of Windows: Scripts bin\activate

4- Installation of packages via Requirements.txt file:

pip install -r Requirements.txt

5- Change directory using this code:

cd src

6- Run your developement server:

python manage.py runserver