Skip to main content

A simple Django app to save US address in admin forms.

Project description

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.

Project details


Release history Release notifications | RSS feed

This version

0.1

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 hashes)

Uploaded Source

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