Skip to content
Snippets Groups Projects

Resolve "Contact attempts"

Merged Valentin Groues requested to merge 34-contact-attempts into master
1 unresolved thread
31 files
+ 476
188
Compare changes
  • Side-by-side
  • Inline
Files
31
+ 0
2
@@ -15,7 +15,6 @@ import os
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/
@@ -100,7 +99,6 @@ USE_L10N = True
USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.10/howto/static-files/
Loading