Project from scratch for arab web developers who search for a full project using django consept.
- Django 2.2
- Bootstrap 4.3.x
- jQuery 3.3.1
- Font awesome
- Pillow
- Crispy form
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
python3 -m virtualenv .
- If you use Windows, use this code:
virtualenv .
- Users of Linux and Mac OSX:
source bin/activate
- Users of Windows:
Scripts bin\activate
pip install -r Requirements.txt
cd src
python manage.py runserver