Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Никита Копылов
Simulate_part2
Commits
61aed280
Commit
61aed280
authored
2 years ago
by
Artem010
Browse files
Options
Download
Email Patches
Plain Diff
Обновил страничку home
parent
df8ef533
ipatov
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
SimulateExample/SimulateExample/settings/local_sqlite.py
+1
-0
SimulateExample/SimulateExample/settings/local_sqlite.py
SimulateExample/db.sqlite3
+0
-0
SimulateExample/db.sqlite3
SimulateExample/manage.py
+1
-1
SimulateExample/manage.py
SimulateExample/templates/home.html
+8
-8
SimulateExample/templates/home.html
with
10 additions
and
9 deletions
+10
-9
SimulateExample/SimulateExample/settings/local_sqlite.py
+
1
-
0
View file @
61aed280
...
...
@@ -171,3 +171,4 @@ STATIC_ROOT = BASE_DIR.joinpath('staticfiles')
# https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field
DEFAULT_AUTO_FIELD
=
'django.db.models.BigAutoField'
DJANGO_CONFIG
=
'local_sqlite'
\ No newline at end of file
This diff is collapsed.
Click to expand it.
SimulateExample/db.sqlite3
+
0
-
0
View file @
61aed280
No preview for this file type
This diff is collapsed.
Click to expand it.
SimulateExample/manage.py
+
1
-
1
View file @
61aed280
...
...
@@ -14,7 +14,7 @@ def main():
# if os.environ.get('DJANGO_CONFIG') == 'production_vps':
# os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'SimulateExample.settings.production_vps')
#
# if os.environ.get('DJANGO_CONFIG') == 'production_devops_03':
# os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'SimulateExample.settings.production_devops_03')
#
...
...
This diff is collapsed.
Click to expand it.
SimulateExample/templates/home.html
+
8
-
8
View file @
61aed280
...
...
@@ -15,21 +15,21 @@
<tbody>
<tr>
<td>
1.
</td>
<td><a
href=
"{% url 'invertor:index'%}"
>
Инверсия данных
</a></td>
<td>
ПИ-20-
1
</td>
<td>
Тестовый образец
</td>
<td><a
href=
"{% url 'invertor:index'%}"
>
Экспонента
</a></td>
<td>
ПИ-20-
2
</td>
<td>
Копылов Никита
</td>
</tr>
<tr>
<td>
2.
</td>
<td><a
href=
"{% url 'exponenta:index'%}"
>
Экспонента
</a></td>
<td>
ПИ-20-
1
</td>
<td>
Тестовый образец
</td>
<td>
ПИ-20-
2
</td>
<td>
Зубарев Дмитрий
</td>
</tr>
<tr>
<td>
3.
</td>
<td><a
href=
"#"
>
В работе
</a></td>
<td>
ПИ-20-
1
</td>
<td>
Студент
</td>
<td><a
href=
"#"
>
Синус
</a></td>
<td>
ПИ-20-
2
</td>
<td>
Ипатов Артём
</td>
</tr>
</tbody>
</table>
...
...
This diff is collapsed.
Click to expand it.
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets