Skip to content

Commit

Permalink
Adds public_admin module
Browse files Browse the repository at this point in the history
Fix #9
  • Loading branch information
cuducos committed Mar 30, 2020
1 parent a5958cb commit 27e7a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.pyc
__pycache__/
django_public_admin.egg-info/
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ classifiers = [
"Topic :: Software Development",
"Framework :: Django",
]
packages = [
{include = "public_admin"}
]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit 27e7a43

Please sign in to comment.