Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 512 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 512 Bytes

A Newspaper website built with Django

This Project written according to the "Django for Beginners by William S. Vincent"

pages app is for home page, also we write our test in this app.

articles app for creating database and creating tables for articles, almost whole the "views" written in this app.

for auth we used django.contrib.auth and no third party app.

use:

python3 manage.py makemigrations;
python3 manage.py migrate;
python3 manage.py createsuperuser;
python3 manage.py runserver;