Moved chap1 source code into subdir
parent
1e45cfc6a6
commit
578177413e
|
@ -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
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue