Jrhenderson11 / APieceOfCourseworkTooFar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APieceOfCourseworkTooFar

Git repo for """Bridging coursework""", bridging as in alt text

https://tutorial.djangogirls.org/en/django_start_project/

Helpful commands

Run server: python manage.py runserver

Creating new app: python manage.py startapp blog

Applying migrations: python manage.py makemigrations blog && python manage.py migrate blog

python manage.py migrate

Creating new admin account: python manage.py createsuperuser

Run unit tests: python manage.py test

Run function tests: python function_tests.py Collect static resources: python manage.py collectstatic

About


Languages

Language:CSS 76.1%Language:Python 19.4%Language:HTML 4.5%