Skip to content

Commit

Permalink
Merge pull request #876 from Peter-van-Tol/patch-1
Browse files Browse the repository at this point in the history
Create apps.py
  • Loading branch information
etianen authored Jun 18, 2021
2 parents 16a36f3 + 17ff24e commit 725d96b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions reversion/apps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from django.apps import AppConfig


class ReversionConfig(AppConfig):
name = 'reversion'
default_auto_field = 'django.db.models.AutoField'

0 comments on commit 725d96b

Please sign in to comment.