-
- Downloads
Creating maintenance mode myself!
Showing
- VIPSWeb/settings.py 0 additions, 1 deletionVIPSWeb/settings.py
- VIPSWeb/templates/503.html 8 additions, 7 deletionsVIPSWeb/templates/503.html
- VIPSWeb/urls.py 39 additions, 34 deletionsVIPSWeb/urls.py
- VIPSWeb/views.py 3 additions, 0 deletionsVIPSWeb/views.py
- requirements.txt 1 addition, 2 deletionsrequirements.txt
# | # | ||
# Copyright (c) 2014 NIBIO <http://www.nibio.no/>. | # Copyright (c) 2016 NIBIO <http://www.nibio.no/>. | ||
# | # | ||
# This file is part of VIPSWeb. | # This file is part of VIPSWeb. | ||
# VIPSWeb is free software: you can redistribute it and/or modify | # VIPSWeb is free software: you can redistribute it and/or modify | ||
... | @@ -23,4 +23,3 @@ Pillow | ... | @@ -23,4 +23,3 @@ Pillow |
requests==2.6.0 | requests==2.6.0 | ||
django-tinymce | django-tinymce | ||
python-dateutil==1.5 | python-dateutil==1.5 | ||
django-maintenancemode |
Please register or sign in to comment