Skip to content

Commit

Permalink
Adding empty migration file to resolve issue with no migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisFletcher committed Jan 25, 2024
1 parent d50f422 commit f7578a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ local_settings.py
db.sqlite3
db.sqlite3-journal
media
migrations/
easy_docs/migrations/*
!easy_docs/migrations/__init__.py

### Django.Python Stack ###
# Byte-compiled / optimized / DLL files
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='django-easy-docs',
version='1.1.4',
version='1.1.5',
packages=find_packages(exclude=['*.migrations', '*.migrations.*', 'migrations.*', 'migrations', 'docs', 'docs.*']),
url='https://github.com/LewisFletcher/django-easy-docs',
author='Lewis Fletcher',
Expand Down

0 comments on commit f7578a3

Please sign in to comment.