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
- Pre-requisite:
Make sure django-localflavor is installed and added to your INSTALLED_APPS
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).
Add “simple-address” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'address', ]
Run python manage.py migrate to create the address models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create addresses (you’ll need the Admin app enabled).
TODO: Add testing and frontend access.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-simple-address-0.1.tar.gz
.
File metadata
- Download URL: django-simple-address-0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
adb78673ca397e51cac2fb0cd5cd775f7ae0c839bceb77ac9ceb7817c09809e1
|
|
MD5 |
b68ee083526d1196ed37c73d21d4dbc4
|
|
BLAKE2b-256 |
202867b65978df6e86f607c05d09c54fc925afda8cc7755bb56373317acb5a60
|