Procházet zdrojové kódy

Note about database

pull/56/merge
Isaac Bythewood před 11 roky
rodič
revize
4240971fd4
2 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. +1
    -0
      .gitignore
  2. +8
    -0
      docs/running_on.rst

+ 1
- 0
.gitignore Zobrazit soubor

@@ -10,6 +10,7 @@
/static/
/*.egg-info/
/pip-log.txt
/venv/

# Buildout
/eggs/


+ 8
- 0
docs/running_on.rst Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit