mirror of
https://github.com/ada-dmitry/django_mephi.git
synced 2026-09-24 01:10:29 +00:00
Initialize django-mephi project with basic structure and configuration files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name = "django-mephi"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"django>=6.0.4",
|
||||
"django-extensions>=4.1",
|
||||
"ipython>=9.12.0",
|
||||
]
|
||||
Reference in New Issue
Block a user