djangox:带有:battery:的Django入门项目

时间:2021-02-02 08:37:04
【文件属性】:
文件名称:djangox:带有:battery:的Django入门项目
文件大小:245KB
文件格式:ZIP
更新时间:2021-02-02 08:37:04
python docker django starter-template allauth 包含电池的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 migrate (djangox) $ python manage.py createsuperuser (djangox) $ python manage.py run
【文件预览】:
djangox-master
----pages()
--------apps.py(85B)
--------urls.py(206B)
--------tests.py(60B)
--------migrations()
--------admin.py(63B)
--------__init__.py(0B)
--------models.py(57B)
--------views.py(195B)
----manage.py(662B)
----Dockerfile(289B)
----requirements.txt(109B)
----Pipfile.lock(12KB)
----CONTRIBUTING.md(383B)
----config()
--------settings.py(7KB)
--------urls.py(383B)
--------__init__.py(0B)
--------asgi.py(167B)
--------wsgi.py(167B)
----LICENSE(1KB)
----README.md(4KB)
----Pipfile(272B)
----accounts()
--------apps.py(91B)
--------tests.py(60B)
--------migrations()
--------admin.py(443B)
--------__init__.py(0B)
--------models.py(172B)
--------views.py(63B)
--------forms.py(411B)
----logo.png(36KB)
----docker-compose.yml(339B)
----templates()
--------account()
--------pages()
--------500.html(185B)
--------_base.html(3KB)
--------404.html(145B)
--------403_csrf.html(199B)
----.gitignore(130B)
----homepage.png(178KB)
----static()
--------images()
--------js()
--------css()

网友评论