Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
things
Browse files Browse the repository at this point in the history
  • Loading branch information
toffee-makes-things committed Apr 30, 2022
1 parent e0c6f09 commit 3b0b815
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config-example.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# rename this to config.py once you have it set to your liking.



# Config
# db info
db_url = "postgresql://username:password@localhost/database_name"

# Web Panel Key
secret_key = "please_change_thank_you"

5 changes: 5 additions & 0 deletions models.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# models.py
# it have sql stuff

db = 'foo'
login = 'bar'

0 comments on commit 3b0b815

Please sign in to comment.