March 2020
Intermediate to advanced
608 pages
17h 17m
English
Using your favorite text editor, create a .gitignore file at the root of your Django project and put the following files and directories there:
# .gitignore### Python template# Byte-compiled / optimized / DLL files__pycache__/*.py[cod]*$py.class# Installer logspip-log.txtpip-delete-this-directory.txt# Unit test / coverage reportshtmlcov/.tox/.nox/.coverage.coverage.*.cachenosetests.xmlcoverage.xml*.cover.hypothesis/.pytest_cache/# Translations*.mo*.pot# Django stuff:*.logdb.sqlite3# Sphinx documentationdocs/_build/# IPythonprofile_default/ipython_config.py# Environmentsenv/# Media and Static directories/media/!/media/.gitkeep/static/!/static/.gitkeep# Secretssecrets.json
Read now
Unlock full access