hpc:argobalsam
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hpc:argobalsam [2015/07/01 15:11] – [Installation] jchilders | hpc:argobalsam [2016/02/24 21:31] (current) – [Installation] jchilders | ||
---|---|---|---|
Line 89: | Line 89: | ||
- Activate virtual environment: | - Activate virtual environment: | ||
- On Edison: | - On Edison: | ||
- | - To use '' | + | - To use '' |
- Install needed software: | - Install needed software: | ||
- '' | - '' | ||
- | - if you have less than python-2.7 you need '' | + | - if you have less than python-2.7 you need '' |
- '' | - '' | ||
- '' | - '' | ||
Line 119: | Line 119: | ||
) | ) | ||
</ | </ | ||
- | | + | |
+ | DATABASES = { | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | - 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 bash> python manage.py syncdb </ | ||
Line 126: | Line 139: | ||
- Create the first migration <code bash> python manage.py schemamigration argo_core --initial </ | - Create the first migration <code bash> python manage.py schemamigration argo_core --initial </ | ||
- Apply the first migration <code bash> python manage.py migrate argo_core --fake </ | - Apply the first migration <code bash> python manage.py migrate argo_core --fake </ | ||
- | - For newer Django (1.7+): | + | - For newer Django (1.7,1.8): |
- <code bash> python manage.py syncdb </ | - <code bash> python manage.py syncdb </ | ||
+ | - For Django (1.9+): | ||
+ | - <code bash> python manage.py migrate --fake-initial </ | ||
+ | |||
===== Git Tag Notes ===== | ===== Git Tag Notes ===== | ||
hpc/argobalsam.1435763486.txt.gz · Last modified: 2015/07/01 15:11 by jchilders