Skip to content

My first practice django and prepared html/css templates. This is a simple site for reading and writing articles.

Notifications You must be signed in to change notification settings

abbasyazdanmehr/articles-site-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My first practice django and prepared html/css templates. This is a simple site for reading and writing articles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published