mirror of
https://github.com/pinry/pinry.git
synced 2026-07-05 12:07:42 +02:00
Note about database
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,6 +10,7 @@
|
||||
/static/
|
||||
/*.egg-info/
|
||||
/pip-log.txt
|
||||
/venv/
|
||||
|
||||
# Buildout
|
||||
/eggs/
|
||||
|
||||
@@ -30,3 +30,11 @@ From here you have a full working install of Pinry! You can:
|
||||
* Edit the settings files: ``pinry/settings``
|
||||
* Customize the theme: ``pinry/templates`` + ``pinry/static``
|
||||
|
||||
|
||||
Database Notes
|
||||
--------------
|
||||
|
||||
When setting up for the first time you'll need to run syncdb and migrations
|
||||
because we use South::
|
||||
|
||||
bin/python manage.py syncdb --migrate
|
||||
|
||||
Reference in New Issue
Block a user