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;