Commit 29bcce36d49c66906f4c4dd4492958982c6a675a
1 parent
509509a8
Exists in
master
and in
1 other branch
test pull
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
install/INSTALLATION.txt
... | ... | @@ -621,7 +621,7 @@ class UserAdmin(admin.ModelAdmin): |
621 | 621 | |
622 | 622 | </pre> |
623 | 623 | |
624 | -* For each ModelAdmin class in the admin.py, change the registering line | |
624 | +* For each ModelAdmin class in the admin.py, change the registering line | |
625 | 625 | |
626 | 626 | <pre> |
627 | 627 | admin.site.register(Album) |
... | ... | @@ -636,4 +636,4 @@ admin.site.register(Album, AlbumAdmin) |
636 | 636 | h2. %{margin-left:0px; font-weight:bold; font-size:25px; display:block; color:red;}V - INSTALLATION FROM THE BEGINNING (for dev only, history of the initial project creation)% |
637 | 637 | |
638 | 638 | |
639 | -[[pyros_install_from_start|Pyros installation from the beginning]] | |
640 | 639 | \ No newline at end of file |
640 | +[[pyros_install_from_start|Pyros installation from the beginning]] | ... | ... |