Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 484 Bytes

Readme.md

File metadata and controls

35 lines (22 loc) · 484 Bytes

Django Starter (with Docker)

A starter template for Django projects, configured with Docker and Nginx for production.

Conda Environment

Activating the Environment

To activate the environment, run:

conda activate django-docker

Deactivating the Environment

To deactivate the environment, run:

conda deactivate

Setting Up Pre-Commit Hooks

Install Hooks:

pre-commit install

Update Hooks:

pre-commit autoupdate