Skip to content

Commit

Permalink
Merge pull request #87 from davidkircos/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
furious-luke authored Jun 13, 2019
2 parents 7e5e929 + fb8f3e2 commit edab738
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
# django-address

## Disclaimer

These instructions are a little shabby, I haven't had a whole lot of time to
devote to explaining things thoroughly. If you're interested in using this
but are having trouble getting it setup please feel free to email me at
furious.luke@gmail.com, I'll assist as best I can and update the instructions
in the process. Cheers!

Also, *there will be bugs*, please let me know of any issues and I'll do my
best to fix them.

## Installation

Previously a patch for Django was required to make this app work, but as
of 1.7 the patch is no longer needed. Installation is now done as per
usual. The package is installed with:

```bash
python setup.py install
pip install django-address
```

Then, add `address` to your `INSTALLED_APPS` list in `settings.py`:
Expand Down Expand Up @@ -178,3 +167,14 @@ The template:
{{ form }}
</body>
```

## Disclaimer

These instructions are a little shabby, I haven't had a whole lot of time to
devote to explaining things thoroughly. If you're interested in using this
but are having trouble getting it setup please feel free to email me at
furious.luke@gmail.com, I'll assist as best I can and update the instructions
in the process. Cheers!

Also, *there will be bugs*, please let me know of any issues and I'll do my
best to fix them.

0 comments on commit edab738

Please sign in to comment.