User Tools

Site Tools


hpc:argobalsam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hpc:argobalsam [2016/01/26 17:56]
jchilders [Installation]
hpc:argobalsam [2016/02/24 21:31] (current)
jchilders [Installation]
Line 132: Line 132:
 } }
 </code> </code>
-  - Sync your database: +  - Setup your database: 
     - For Older Django using South (pre-1.7):      - For Older Django using South (pre-1.7): 
       - <code bash> python manage.py syncdb </code>       - <code bash> python manage.py syncdb </code>
Line 139: Line 139:
       - Create the first migration <code bash> python manage.py schemamigration argo_core --initial </code>       - Create the first migration <code bash> python manage.py schemamigration argo_core --initial </code>
       - Apply the first migration <code bash> python manage.py migrate argo_core --fake </code>       - Apply the first migration <code bash> python manage.py migrate argo_core --fake </code>
-    - For newer Django (1.7+):+    - For newer Django (1.7,1.8):
       - <code bash> python manage.py syncdb </code>       - <code bash> python manage.py syncdb </code>
 +    - For Django (1.9+):
 +      - <code bash> python manage.py migrate --fake-initial </code>
 +
 ===== Git Tag Notes ===== ===== Git Tag Notes =====
  
hpc/argobalsam.1453830981.txt.gz ยท Last modified: 2016/01/26 17:56 by jchilders