Skip to main content

Sample installable django app

Project description

This is sample code used in the Real Python article [Writing an Installable Django App](???). The article describes how to take an app from an existing Django project and make it a stand-alone installable package avilable on PyPI.

Installable App

This app models a list of items on a receipt. Each item has a description and a cost. A receipt may reference multiple items.

This app can be installed and used in your django project by:

$ pip install realpython-django-receipts

Edit your settings.py file to include ‘receipts’ in the INSTALLED_APPS listing.

INSTALLED_APPS = [
    ...

    'receipts',
]

Edit your project urls.py file to import the URLs:

url_patterns = [
    ...

    path('receipts/', include('receipts.urls')),
]

Finally, add the models to your database:

$ ./manage.py makemigrations receipts

The “project” Branch

The master branch contains the final code for the PyPI package. There is also a project branch which shows the “before” case – the Django project before the app has been removed.

Docs & Source

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

realpython-django-receipts-1.0.2.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

realpython_django_receipts-1.0.2-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file realpython-django-receipts-1.0.2.tar.gz.

File metadata

  • Download URL: realpython-django-receipts-1.0.2.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for realpython-django-receipts-1.0.2.tar.gz
Algorithm Hash digest
SHA256 9fb1aade0f4358cc130aed30a6b5faa48ad0ddb4895e53b8724885544f069148
MD5 35f2bf1449c41865d502304c93c63b7c
BLAKE2b-256 392c6f64c15d30afd8f340df69a9d3ed2e2cdd761e7940c34e731a1733cb004c

See more details on using hashes here.

File details

Details for the file realpython_django_receipts-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: realpython_django_receipts-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for realpython_django_receipts-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d26d0cb3fc03342ff9a8b66f7eb09119152d7a57819115a48723f2f6992bee38
MD5 bef4fde02c92d252f4b4adf94e87f5e2
BLAKE2b-256 ffc679f2653caebd7ed3c660c722dd782f400ed6b9b00a415298354abe195004

See more details on using hashes here.

Supported by

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