Skip to content

Commit

Permalink
Easier testing in the example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 9, 2020
1 parent 0e8acba commit a68770a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example_project/example_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"""

import os
from pathlib import Path

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

# CSV_DIRECTORY = Path(__file__).parent.parent.joinpath("csv")
# TEX_DIRECTORY = Path(__file__).parent.parent.joinpath("tex")

# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/
Expand Down

0 comments on commit a68770a

Please sign in to comment.