805 B
805 B
in order to update the images
-
make fixtures - fab django.create_fixtures:appname
-
copy fixtures - cp extras/backups/fixtures/appname/appname.json code/app/appname/fixtures/appname.json
-
deploy - fab deploy.sync
-
copy images - cp extras/path/to/images/* /var/www/project.branch/public/media/dynamic
-
check pip - make sure virtualenv txt is updated to development
-
syncdb - fab django.manage:syncdb
-
?flush - fab django.manage:flush
-
?superuser - fab django.manage:createsuperuser
-
load fixture - fab django.manage:"loaddata fixture appname"
if first time: -? fab django.manage:"makemigrations thumbnail" -? fab django.manage:migrate
- ?clear thumbs - fab django.manage:"thumbnail clear"