Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_robo_mommy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Raul Jarod Conanan
midterm_robo_mommy
Commits
8c2609af
Commit
8c2609af
authored
May 13, 2023
by
RJC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
directory fix
parent
f50809be
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
23 additions
and
0 deletions
+23
-0
midterm_robo_mommy.iml
.idea/midterm_robo_mommy.iml
+23
-0
__init__.py
widget_robo_mommy/assignments/__init__.py
+0
-0
admin.py
widget_robo_mommy/assignments/admin.py
+0
-0
apps.py
widget_robo_mommy/assignments/apps.py
+0
-0
forms.py
widget_robo_mommy/assignments/forms.py
+0
-0
0001_initial.py
widget_robo_mommy/assignments/migrations/0001_initial.py
+0
-0
0002_alter_assignment_course.py
...my/assignments/migrations/0002_alter_assignment_course.py
+0
-0
__init__.py
widget_robo_mommy/assignments/migrations/__init__.py
+0
-0
models.py
widget_robo_mommy/assignments/models.py
+0
-0
tests.py
widget_robo_mommy/assignments/tests.py
+0
-0
urls.py
widget_robo_mommy/assignments/urls.py
+0
-0
views.py
widget_robo_mommy/assignments/views.py
+0
-0
No files found.
.idea/midterm_robo_mommy.iml
0 → 100644
View file @
8c2609af
<?xml version="1.0" encoding="UTF-8"?>
<module
type=
"PYTHON_MODULE"
version=
"4"
>
<component
name=
"NewModuleRootManager"
>
<content
url=
"file://$MODULE_DIR$"
>
<excludeFolder
url=
"file://$MODULE_DIR$/venv"
/>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Django Lib"
level=
"project"
/>
</component>
<component
name=
"PyDocumentationSettings"
>
<option
name=
"format"
value=
"PLAIN"
/>
<option
name=
"myDocStringFormat"
value=
"Plain"
/>
</component>
<component
name=
"TemplatesService"
>
<option
name=
"TEMPLATE_CONFIGURATION"
value=
"Jinja2"
/>
<option
name=
"TEMPLATE_FOLDERS"
>
<list>
<option
value=
"$MODULE_DIR$/widget_robo_mommy/templates"
/>
</list>
</option>
</component>
</module>
\ No newline at end of file
assignments/__init__.py
→
widget_robo_mommy/
assignments/__init__.py
View file @
8c2609af
File moved
assignments/admin.py
→
widget_robo_mommy/
assignments/admin.py
View file @
8c2609af
File moved
assignments/apps.py
→
widget_robo_mommy/
assignments/apps.py
View file @
8c2609af
File moved
assignments/forms.py
→
widget_robo_mommy/
assignments/forms.py
View file @
8c2609af
File moved
assignments/migrations/0001_initial.py
→
widget_robo_mommy/
assignments/migrations/0001_initial.py
View file @
8c2609af
File moved
assignments/migrations/0002_alter_assignment_course.py
→
widget_robo_mommy/
assignments/migrations/0002_alter_assignment_course.py
View file @
8c2609af
File moved
assignments/migrations/__init__.py
→
widget_robo_mommy/
assignments/migrations/__init__.py
View file @
8c2609af
File moved
assignments/models.py
→
widget_robo_mommy/
assignments/models.py
View file @
8c2609af
File moved
assignments/tests.py
→
widget_robo_mommy/
assignments/tests.py
View file @
8c2609af
File moved
assignments/urls.py
→
widget_robo_mommy/
assignments/urls.py
View file @
8c2609af
File moved
assignments/views.py
→
widget_robo_mommy/
assignments/views.py
View file @
8c2609af
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment