Middlewarer / ToDoAppdjango

ToDo application with basic CRUD operations involved
0 stars 1 forks source link

Create a dummy `.env` file #7

Closed Blankscreen-exe closed 4 days ago

Blankscreen-exe commented 5 days ago

We never commit .env files to the repo. but to let people know which variables they will be needing, we make a dummy clone of this file with dummy values. like this:

SECRET_KEY=<you-super-secret-key-string>
DEBUG=True

name this dummy file as .env.example

Middlewarer commented 4 days ago

Dummy env was loaded