Skip to content

ahghanbari/newspaper_app

Repository files navigation

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;

About

A Newspaper website built with Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages