A series of domain objects, methods and CRUD views to manage different aspect of a FabLab.
For rapid prototyping and customizability django-admin is used heavily.
ccv-webshop support
postfiance CAMT xml import
current theme is hardcoded
Features which are not supported, but could one day be:
create .env file in root
DEBUG=True # or empty for production
SECRET_KEY=
STATIC_ROOT=/app/static/
STATIC_URL=static/
MEDIA_ROOT=/app/media/
MEDIA_URL=media/
POSTGRES_USER=user
POSTGRES_PASSWORD=password
DATABASE_URL=postgres://user:password@db/fablabadmin
RECAPTCHA_PRIVATE_KEY = 'your private key'
RECAPTCHA_PUBLIC_KEY = 'your public key'
CCVSHOP_DOMAIN = 'full url to securearea url'
CCVSHOP_PRIVATE_KEY = 'your private key'
CCVSHOP_PUBLIC_KEY = 'your public key'
docker-compose build
docker-compose up -d
# during dev, is done also on startup
docker-compose run web python manage.py migrate
docker-compose run web python manage.py createsuperuser
docker-compose run web python manage.py collectstatic
Inside each app module folder
django-admin makemessages
make adjustments to translations files (check dirty flags)
django-admin compilemessages
Content type
Image
Digest
Size
42.6 MB
Last updated
almost 8 years ago
docker pull bfritscher/nginx-proxy-django