Moved chap1 source code into subdir

master
Jason Zhu 2020-08-19 14:41:11 +10:00
parent 1e45cfc6a6
commit 578177413e
7 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# See https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/ # See https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret! # SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = '9ugp#4=+gt&5%rzm#*jq)6%%_h@kl$7u#5)c$pf)_bis*o&u)m' SECRET_KEY = '_a7r3(0ov2(f)wc4xg5vthv4f-y2z!#x9^u6uvr$^8ofpb$o12'
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True

View File

@ -5,7 +5,7 @@ Write tests first, implement coming later.
Before continue, read book and finish following: Before continue, read book and finish following:
* [x] Installing Firefox, Git, geckodriver via apt * [x] Installing Firefox, Git, geckodriver via apt
* [x] Create virtual environment for this textbook * [x] Create conda environment to install "django<1.12" "selenium<4"
This chapter is about setting up working environment, as python tdd book is built around testing django testing framework This chapter is about setting up working environment, as python tdd book is built around testing django testing framework