Skip to main content

Simple-Address is a simple Django app to save US addresses (it can potentially be used for others). It does not provide a front end. The intent of this is to be used on the admin site for invoicing purposes (and potentially others).

Quick start

  1. Pre-requisite:

    Make sure django-localflavor is installed and added to your INSTALLED_APPS

  2. Install with pip install django-simple-address Or clone (or download) the repository and run python setup.py install to install the app (preferably in virtualenv).

  3. Add “simple-address” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'address',
    ]
  4. Run python manage.py migrate to create the address models.

  5. Start the development server and visit http://127.0.0.1:8000/admin/ to create addresses (you’ll need the Admin app enabled).

  6. TODO: Add testing and frontend access.

Download files

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

Source Distribution

django-simple-address-0.1.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file django-simple-address-0.1.tar.gz.

File metadata

File hashes

Hashes for django-simple-address-0.1.tar.gz
Algorithm Hash digest
SHA256 adb78673ca397e51cac2fb0cd5cd775f7ae0c839bceb77ac9ceb7817c09809e1
MD5 b68ee083526d1196ed37c73d21d4dbc4
BLAKE2b-256 202867b65978df6e86f607c05d09c54fc925afda8cc7755bb56373317acb5a60

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1 This release

1 file

Supported by

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