Skip to content

Commit

Permalink
[chg] Stable version with ISBN
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopiovam committed Apr 12, 2017
1 parent 6105695 commit 31bb71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dj-la-library-system
Django Library Management System

- `pip install -e git+git://github.com/laborautonomo/dj-la-library-system.git@v0.3.0#egg=dj-la-library-system`
- `pip install -e git+git://github.com/laborautonomo/dj-la-library-system.git@v0.4.0#egg=dj-la-library-system`
- Require [django-la-tags - v0.4.0](https://github.com/laborautonomo/django-la-tags/tree/v0.4.0). If not auto install, execute `pip install -e git+git://github.com/laborautonomo/[email protected]#egg=django-la-tags`
- execute `./manage.py makemigrations && ./manage.py migrate` (this line prevent the error [InvalidBasesError: Cannot resolve bases for...](http://stackoverflow.com/questions/30267237/invalidbaseserror-cannot-resolve-bases-for-modelstate-users-groupproxy))
- Add `tags.apps.TagsConfig` into `INSTALLED_APPS` of `settings.py`
Expand Down

0 comments on commit 31bb71b

Please sign in to comment.