mirror of
https://github.com/lemeow125/EquipmentTracker-Backend.git
synced 2024-11-16 21:59:25 +08:00
Add .env sample and add pycache folders to gitignore
This commit is contained in:
parent
09149223a6
commit
a5952f64d6
30 changed files with 25 additions and 18 deletions
21
equipment_tracker/.env.sample
Normal file
21
equipment_tracker/.env.sample
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Django
|
||||
SECRET_KEY = ""
|
||||
|
||||
# Superuser Credentials
|
||||
DJANGO_ADMIN_USERNAME = ""
|
||||
DJANGO_ADMIN_EMAIL = ""
|
||||
DJANGO_ADMIN_PASSWORD = ""
|
||||
|
||||
# Production Email Credentials
|
||||
PROD_EMAIL_HOST = ""
|
||||
PROD_EMAIL_HOST_USER = ""
|
||||
PROD_EMAIL_HOST_PASSWORD = ""
|
||||
PROD_EMAIL_PORT = ""
|
||||
PROD_EMAIL_TLS = ""
|
||||
|
||||
|
||||
# Dev Email Credentials
|
||||
DEV_EMAIL_HOST = ""
|
||||
DEV_EMAIL_HOST_USER = ""
|
||||
DEV_EMAIL_HOST_PASSWORD = ""
|
||||
DEV_EMAIL_PORT = ""
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -520,7 +520,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -548,7 +547,6 @@ paths:
|
|||
required: true
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'201':
|
||||
content:
|
||||
|
@ -569,7 +567,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -593,7 +590,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -626,7 +622,6 @@ paths:
|
|||
required: true
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -658,7 +653,6 @@ paths:
|
|||
$ref: '#/components/schemas/PatchedEquipmentInstance'
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -679,7 +673,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'204':
|
||||
description: No response body
|
||||
|
@ -690,7 +683,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -707,7 +699,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -724,7 +715,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -752,7 +742,6 @@ paths:
|
|||
required: true
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'201':
|
||||
content:
|
||||
|
@ -773,7 +762,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -797,7 +785,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -830,7 +817,6 @@ paths:
|
|||
required: true
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -862,7 +848,6 @@ paths:
|
|||
$ref: '#/components/schemas/PatchedEquipment'
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -883,7 +868,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'204':
|
||||
description: No response body
|
||||
|
@ -894,7 +878,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -911,7 +894,6 @@ paths:
|
|||
- api
|
||||
security:
|
||||
- jwtAuth: []
|
||||
- {}
|
||||
responses:
|
||||
'200':
|
||||
content:
|
||||
|
@ -1172,6 +1154,9 @@ components:
|
|||
history_id:
|
||||
type: integer
|
||||
readOnly: true
|
||||
id:
|
||||
type: integer
|
||||
readOnly: true
|
||||
name:
|
||||
type: string
|
||||
readOnly: true
|
||||
|
@ -1193,6 +1178,7 @@ components:
|
|||
- history_date
|
||||
- history_id
|
||||
- history_user
|
||||
- id
|
||||
- name
|
||||
PasswordResetConfirm:
|
||||
type: object
|
||||
|
|
Loading…
Reference in a new issue