Skip to content

Commit

Permalink
Merge pull request Dev-47#48 from struckchure/main
Browse files Browse the repository at this point in the history
added sqlite3 db
  • Loading branch information
struckchure committed Dec 26, 2021
2 parents 15dbeaf + e28a019 commit d2136e9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
*.pyc
__pycache__/
local_settings.py
db.sqlite3
db.sqlite3-journal
# db.sqlite3
# db.sqlite3-journal
media

# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
Expand Down
1 change: 1 addition & 0 deletions api/Procfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
web: python manage.py runserver 0.0.0.0:$PORT
release: python manage.py migrate
2 changes: 0 additions & 2 deletions api/accounts/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ class User(AbstractUser):
REQUIRED_FIELDS = ["email"]
USERNAME_FIELD = "username"

# objects = UserManager()

class Meta:
verbose_name = "User"
verbose_name_plural = "Users"
Expand Down
Binary file added api/db.sqlite3
Binary file not shown.

0 comments on commit d2136e9

Please sign in to comment.