Skip to content

aabouissa/blog-django-ar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Arabic Blogger Using Django Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published