-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e462c2b
commit e2809e6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule UsersHub-authentification-module
updated
9 files
+9 −1 | README.md | |
+1 −1 | VERSION | |
+11 −2 | docs/changelog.rst | |
+33 −31 | requirements-dev.txt | |
+31 −29 | requirements.txt | |
+3 −0 | setup.py | |
+121 −0 | src/pypnusershub/commands.py | |
+2 −0 | src/pypnusershub/db/models.py | |
+75 −0 | src/pypnusershub/migrations/versions/cf38131bc247_add_meta_create_insert_date_to_.py |