rodionovsasha / ShoppingListDjango

This is a simple project which is based on Django framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

ShoppingList Django

This is a simple project which is based on Django framework.

A live deployment is available on pythonanywhere.com: http://rodionovsasha.pythonanywhere.com/

Run the application

python manage.py runserver

Open the following URL in browser:

http://localhost:8000

Admin panel:

http://localhost:8000/admin

Run tests

python manage.py test

Run with coverage:

coverage run manage.py test -v 2

About

This is a simple project which is based on Django framework

License:MIT License


Languages

Language:Python 51.9%Language:HTML 47.7%Language:JavaScript 0.4%