Skip to content

acdh-oeaw/acdh-django-sirad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acdh-django-sirad

image

parse a SIARD-ARCHIV and generates a django-app out of it. Also imports the data from the SIARD-ARCHIV into your django app.

Quickstart

Install django_charts:

pip install acdh-django-sirad

Add it to your `INSTALLED_APPS`:

INSTALLED_APPS = (
    ...
    'sirad',
    ...
)

unzip your SIARD-ARCHIV into a folder called 'legacy_data' located in your application's root directory.

Then run python manage.py start_sirad_app <name_of_your_app>

This will create - like django's default startapp command a new application called <name_of_your_app>.

Register your new app in INSTALLED_APPS

To import the data from your SIARD-ARCHIV run python manage.py populate_sirad app <name_of_your_app>

Be aware the the created app was build to work within djangobaseproject

About

create a django app out of a SIARD-Archive

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages