Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed May 20, 2021
1 parent dd17c34 commit 9f6e615
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 81 deletions.
152 changes: 73 additions & 79 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion nadine/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

class NadineConfig(AppConfig):
name = 'nadine'
default_auto_field = AppConfig.default_auto_field

def ready(self):
# Load and connect signal recievers
Expand Down
2 changes: 1 addition & 1 deletion nadine/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ROOT_URLCONF = 'urls'

DATABASES = {}
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

# Static files
STATIC_URL = '/static/'
Expand Down Expand Up @@ -387,4 +388,3 @@


# Copyright 2021 Office Nomads LLC (https://officenomads.com/) Licensed under the AGPL License, Version 3.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/agpl-3.0.html. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0 comments on commit 9f6e615

Please sign in to comment.