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.4.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.4-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: realpython-django-receipts-1.0.4.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.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for realpython-django-receipts-1.0.4.tar.gz
Algorithm Hash digest
SHA256 6983dadff1c68a1f4b36c48c63803199cae6b58cf1c00350f27e9b4ee978126e
MD5 7a3f12f325a8e899dd88ff7851f0be04
BLAKE2b-256 eab134292ed92148db8acce54c01aef542346caba27f931af832ddc6f683dd18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: realpython_django_receipts-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 2.9 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.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7

File hashes

Hashes for realpython_django_receipts-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 88376aa4de7e827b3cddc16905ed95730d50fd94732839a55f68fa1035867137
MD5 89f468071be171111de248c20d0c6178
BLAKE2b-256 76f03acfdbfabaad8b9b8a73ff863ab2e94098d52f84dc209cf9d6308f6007ea

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