Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Environment variables
.env

# Python
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
venv/
env/
.venv/

# Django
*.log

# Editors / OS
.vscode/
.idea/
.DS_Store
1 change: 0 additions & 1 deletion FoodProject/.env

This file was deleted.

1 change: 1 addition & 0 deletions FoodProject/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SECRET_KEY=your-secret-key-here
241 changes: 0 additions & 241 deletions venv/bin/Activate.ps1

This file was deleted.

Binary file removed venv/bin/__pycache__/django-admin.cpython-38.pyc
Binary file not shown.
76 changes: 0 additions & 76 deletions venv/bin/activate

This file was deleted.

37 changes: 0 additions & 37 deletions venv/bin/activate.csh

This file was deleted.

Loading