Skip to main content

A simple Django app to keep a record of shopping list items.

Project description

Shoppinglist Shoppinglist is a simple Django app designed to keep a record of shoppinglist items for easy remembrance.

Quick start Add "shoppinglist" to your INSTALLED_APPS setting like this:

INSTALLED_APPS = [ ... 'shoppinglist', ] Include the application's URLconf in your project urls.py like this:

path('', include('shoppinglist.urls')), Run python manage.py migrate to create the shoppinglist models.

Start the development server and visit http://127.0.0.1:8000/add/ to add an item to your list.

Visit http://127.0.0.1:8000 to view your list.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shoplistapp-1.0.0.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

shoplistapp-1.0.0-py3-none-any.whl (23.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page