Skip to content

a management command that will move presentations from one server to another

Notifications You must be signed in to change notification settings

mdid-devs/mdid3-import_presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdid3-import_presentation

a management command that will move presentations from one server to another

Installation

In mdid/rooibos/apps -

```git clone git@github.com:mdid-devs/mdid3-import_presentation.git import_presentation````

Add 'apps.import_presentation', to INSTALLED_APPS in settings_local

    INSTALLED_APPS = (
        'apps.import_presentation',
        # 'apps.add_users_from_json',
        'debug_toolbar',
    )
    

About

a management command that will move presentations from one server to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages