Skip to content

apires/django-asset-copier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

django-asset-copier

This app will go through your static files, media_root and DB, dump all the data and tar it up for you.

Usage:

  • export your DJANGO_SETTINGS_MODULE

python writer.py outputfile

This will create outputfile.tbz2, which contains the following files: - dbdump.sql # redo script for the tables and data in the default DB - storage_files.tar # files from MEDIA_ROOT - static_files.tar # files for STATIC_ROOT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages