diff options
author | coderick14 | 2017-05-16 17:37:05 +0530 |
---|---|---|
committer | coderick14 | 2017-05-16 17:37:05 +0530 |
commit | a59792761e13920bd59ba934af5b4a62a77f79c7 (patch) | |
tree | 7d10107e0c3a1d5c5a9a17b518f2b3629c70d95d /.gitignore | |
parent | 4336f5f06f61de30ae3fa54650fce63a9d5ef5be (diff) | |
download | SBHS-2018-Rpi-a59792761e13920bd59ba934af5b4a62a77f79c7.tar.gz SBHS-2018-Rpi-a59792761e13920bd59ba934af5b4a62a77f79c7.tar.bz2 SBHS-2018-Rpi-a59792761e13920bd59ba934af5b4a62a77f79c7.zip |
Set up django-server locally
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3efacfb --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +sbhs_server/*/*.pyc +sbhs_server/credentials.py |