-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST
More file actions
37 lines (37 loc) · 1.36 KB
/
MANIFEST
File metadata and controls
37 lines (37 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# file GENERATED by distutils, do NOT edit
AUTHORS.rst
CONTRIBUTING.rst
LICENSE
README.rst
setup.py
custom_auth_user/__init__.py
custom_auth_user/admin.py
custom_auth_user/apps.py
custom_auth_user/models.py
custom_auth_user/auth_token/__init__.py
custom_auth_user/auth_token/admin.py
custom_auth_user/auth_token/authenticate_token.py
custom_auth_user/auth_token/authenticate_user.py
custom_auth_user/auth_token/decorators.py
custom_auth_user/auth_token/exceptions.py
custom_auth_user/auth_token/manager.py
custom_auth_user/auth_token/model.py
custom_auth_user/auth_token/store.py
custom_auth_user/auth_token/commands/__init__.py
custom_auth_user/auth_token/commands/authenticate_token_command.py
custom_auth_user/auth_token/commands/authenticate_user_command.py
custom_auth_user/auth_token/commands/create_auth_token_command.py
custom_auth_user/auth_token/scripts/delete_expired_token.py
custom_auth_user/migrations/0001_initial.py
custom_auth_user/migrations/__init__.py
custom_auth_user/user/__init__.py
custom_auth_user/user/admin.py
custom_auth_user/user/exceptions.py
custom_auth_user/user/manager.py
custom_auth_user/user/model.py
custom_auth_user/user/registration.py
custom_auth_user/user/store.py
custom_auth_user/user/commands/__init__.py
custom_auth_user/user/commands/register_command.py
custom_auth_user/user/forms/__init__.py
custom_auth_user/user/forms/registration_form.py