Lab27-Django models
Author: Lee-Roy King
This application is a simple Django server with a "blog" model that can be viewed at /blog
Clone this repository to your local machine.
$ git clone git@github.com:leeroywking/django-models.git
cd django-models
poetry install
poetry shell
django-admin runserver
User "aliya" with password "awesomesauce" added if you want to look at the admin interface for this application
/admin admin interface for django
/blog shows a list of available blogs
/blog shows a list of available blogs /admin admin interface for django /blog_detail/ shows blog with db ID of
1.0 feature complete
For more information on Markdown: https://www.markdownguide.org/cheat-sheet