Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Elizar Ahmadbekov
testing_project
Commits
b6135249
Commit
b6135249
authored
11 months ago
by
Elizar Ahmadbekov
Browse files
Options
Download
Patches
Plain Diff
structure
parent
a26901d6
Pipeline
#248
canceled with stages
Changes
28
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+174
-0
.gitignore
.idea/.gitignore
+8
-0
.idea/.gitignore
.idea/inspectionProfiles/profiles_settings.xml
+6
-0
.idea/inspectionProfiles/profiles_settings.xml
.idea/misc.xml
+4
-0
.idea/misc.xml
.idea/modules.xml
+8
-0
.idea/modules.xml
.idea/ncomid-backend-test.iml
+29
-0
.idea/ncomid-backend-test.iml
.idea/vcs.xml
+6
-0
.idea/vcs.xml
README.md
+0
-92
README.md
apps/structure/__init__.py
+0
-0
apps/structure/__init__.py
apps/structure/admin.py
+27
-0
apps/structure/admin.py
apps/structure/apps.py
+6
-0
apps/structure/apps.py
apps/structure/migrations/0001_initial.py
+55
-0
apps/structure/migrations/0001_initial.py
apps/structure/migrations/0002_remove_block_description_en_and_more.py
+25
-0
...e/migrations/0002_remove_block_description_en_and_more.py
apps/structure/migrations/0003_remove_block_description.py
+17
-0
apps/structure/migrations/0003_remove_block_description.py
apps/structure/migrations/__init__.py
+0
-0
apps/structure/migrations/__init__.py
apps/structure/models.py
+30
-0
apps/structure/models.py
apps/structure/serializer.py
+16
-0
apps/structure/serializer.py
apps/structure/tests.py
+3
-0
apps/structure/tests.py
apps/structure/translation.py
+13
-0
apps/structure/translation.py
apps/structure/urls.py
+11
-0
apps/structure/urls.py
with
438 additions
and
92 deletions
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