文件名称:djangox-template
文件大小:253KB
文件格式:ZIP
更新时间:2024-03-31 08:22:03
Python
包含电池的Django入门项目。 有关可用于生产环境的版本,请参见《 》一书。 :rocket: 特征 Django 3.1和Python 3.8 通过 , 或 用户登录/注销,注册,通过重置密码 用配置的静态文件 使用样式 使用 带有DRY 目录 :open_book: 安装 DjangoX可以通过Pip,Pipenv或Docker安装,具体取决于您的设置。 首先,将存储库克隆到本地计算机,然后切换到正确的目录。 $ git clone https://github.com/wsvincent/djangox.git $ cd djangox 点子 $ python3 -m venv djangox $ source djangox/bin/activate (djangox) $ pip install -r requirements.txt (djangox) $ python manage.py migr
【文件预览】:
djangox-template-master
----poetry.lock(19KB)
----.gitignore(130B)
----homepage.png(178KB)
----templates()
--------_base.html(3KB)
--------retail-update.html(214B)
--------retail-list.html(305B)
--------retail-delete.html(275B)
--------403_csrf.html(199B)
--------retail-detail.html(319B)
--------account()
--------pages()
--------500.html(185B)
--------retail-create.html(214B)
--------404.html(145B)
----pyproject.toml(442B)
----CONTRIBUTING.md(383B)
----LICENSE(1KB)
----static()
--------images()
--------js()
--------css()
----README.md(4KB)
----accounts()
--------__init__.py(0B)
--------views.py(63B)
--------models.py(172B)
--------apps.py(91B)
--------admin.py(443B)
--------migrations()
--------forms.py(411B)
--------tests.py(60B)
----retails()
--------urls.py(512B)
--------__init__.py(0B)
--------views.py(913B)
--------models.py(478B)
--------apps.py(89B)
--------admin.py(118B)
--------migrations()
--------tests.py(60B)
----config()
--------urls.py(430B)
--------__init__.py(0B)
--------.env(0B)
--------asgi.py(167B)
--------wsgi.py(167B)
--------settings.py(7KB)
----logo.png(36KB)
----manage.py(662B)
----pages()
--------urls.py(206B)
--------__init__.py(0B)
--------views.py(195B)
--------models.py(59B)
--------apps.py(85B)
--------admin.py(65B)
--------migrations()
--------tests.py(60B)