Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 988 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 988 Bytes

Articles Site By Django

This project was my first encountering to django. It contains back-end and front-end of site but front-end is simple template and focus is on back-end by django.

More About this project?

Creating, Seeing, Updating and Deleting Article From Django admin panel And then seeing in the main site. Managing the permission for different people. This was a learning project from Silicium youtube channel and Django Site.

How run this?

  1. Install Python .

  2. Install Django:

pip install django
  1. Install Pillow:
pip install pillow
  1. Run
python manage.py runserver
  1. Site url:

Main Site: http://127.0.0.1:8000/

Admin Site: http://127.0.0.1:8000/admin/ (you can sign in with (username='ali', password='1'))

  1. Shut down site: Ctrl + C