Skip to content

Commit

Permalink
Merge pull request #43 from Scriptodude/master
Browse files Browse the repository at this point in the history
Update (En image !)
  • Loading branch information
ventilooo authored Nov 3, 2016
2 parents 58e269a + 269970c commit 3288bf9
Show file tree
Hide file tree
Showing 205 changed files with 131,518 additions and 1,627 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
.coverage
bin
develop-eggs
dist
py_env
downloads
env
eggs
parts
src/*.egg-info
Expand All @@ -15,7 +15,6 @@ django/*.db
*~
*.old
\#*#
*.db
*.sql
*.db
encefal_dev
Expand Down
5 changes: 5 additions & 0 deletions django/EnceFAL/conf.py.edit
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# -*- encoding: utf-8 -*-

import os
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

#Les ventes effectués au sein de l'application seront taxables (TPS = 5%, TVQ = 9.975%)
TAXABLES = True

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
Expand Down
2 changes: 2 additions & 0 deletions django/EnceFAL/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
},
]

ALLOWED_HOSTS = [ "localhost" ]

# Internationalization
# https://docs.djangoproject.com/en/1.9/topics/i18n/

Expand Down
Loading

0 comments on commit 3288bf9

Please sign in to comment.