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.
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.
pip install django
- Install Pillow:
pip install pillow
- Run
python manage.py runserver
- 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'))
- Shut down site: Ctrl + C