Skip to content

kleingeist/muster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muster

Webapp die Scans historisches Stoffmuster aufbereitet

Configuration

Put all local configuration to the file mustersite/local_settings.py which is loaded by mustersite/settings.py. For example to setup up your datbase connection you should add the connection parameters to it

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': 'muster',
        'USER': 'myuser',
        'PASSWORD': 'mypass',
        'HOST': 'localhost',
        'PORT': '5432',
    }
}

About

Django Webapp zur Aufbereitung historischer Stoffmuster Scans

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published