Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1311 Разработка системы заявок для 3д печати
project_1311
Commits
bde8dc39
Commit
bde8dc39
authored
2 years ago
by
Дмитрий Фунштейн
Browse files
Options
Download
Patches
Plain Diff
v0.0.1
parents
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
dev/req3d/appform/__init__.py
+0
-0
dev/req3d/appform/__init__.py
dev/req3d/appform/__pycache__/__init__.cpython-39.pyc
+0
-0
dev/req3d/appform/__pycache__/__init__.cpython-39.pyc
dev/req3d/appform/__pycache__/admin.cpython-39.pyc
+0
-0
dev/req3d/appform/__pycache__/admin.cpython-39.pyc
dev/req3d/appform/__pycache__/apps.cpython-39.pyc
+0
-0
dev/req3d/appform/__pycache__/apps.cpython-39.pyc
dev/req3d/appform/__pycache__/models.cpython-39.pyc
+0
-0
dev/req3d/appform/__pycache__/models.cpython-39.pyc
dev/req3d/appform/admin.py
+3
-0
dev/req3d/appform/admin.py
dev/req3d/appform/apps.py
+6
-0
dev/req3d/appform/apps.py
dev/req3d/appform/forms.py
+56
-0
dev/req3d/appform/forms.py
dev/req3d/appform/migrations/__init__.py
+0
-0
dev/req3d/appform/migrations/__init__.py
dev/req3d/appform/migrations/__pycache__/__init__.cpython-39.pyc
+0
-0
...3d/appform/migrations/__pycache__/__init__.cpython-39.pyc
dev/req3d/appform/models.py
+66
-0
dev/req3d/appform/models.py
dev/req3d/appform/tests.py
+3
-0
dev/req3d/appform/tests.py
dev/req3d/appform/views.py
+3
-0
dev/req3d/appform/views.py
dev/req3d/auth/__init__.py
+0
-0
dev/req3d/auth/__init__.py
dev/req3d/auth/admin.py
+3
-0
dev/req3d/auth/admin.py
dev/req3d/auth/apps.py
+6
-0
dev/req3d/auth/apps.py
dev/req3d/auth/migrations/__init__.py
+0
-0
dev/req3d/auth/migrations/__init__.py
dev/req3d/auth/models.py
+3
-0
dev/req3d/auth/models.py
dev/req3d/auth/tests.py
+3
-0
dev/req3d/auth/tests.py
dev/req3d/auth/views.py
+3
-0
dev/req3d/auth/views.py
with
155 additions
and
0 deletions
+155
-0
Some changes are not shown.
For a faster browsing experience, only
20 of 1000+
files are shown. Download one of the files below to see all changes.
Plain diff
Email patch
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets