django-x:djangox

时间:2024-03-22 20:44:55
【文件属性】:

文件名称:django-x:djangox

文件大小:251KB

文件格式:ZIP

更新时间:2024-03-22 20:44:55

HTML

: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 runserver # Load the site at http://127.0.0.


【文件预览】:
django-x-master
----.gitignore(130B)
----homepage.png(178KB)
----Dockerfile(289B)
----templates()
--------403_csrf.html(198B)
--------account()
--------pages()
--------500.html(184B)
--------base.html(5KB)
--------404.html(144B)
----requirements.txt(818B)
----CONTRIBUTING.md(383B)
----LICENSE(1KB)
----Pipfile.lock(12KB)
----static()
--------images()
--------js()
--------css()
----docker-compose.yml(339B)
----README.md(2KB)
----accounts()
--------__init__.py(0B)
--------views.py(63B)
--------models.py(172B)
--------apps.py(91B)
--------admin.py(443B)
--------migrations()
--------forms.py(411B)
--------tests.py(60B)
----config()
--------urls.py(383B)
--------__init__.py(0B)
--------asgi.py(167B)
--------wsgi.py(167B)
--------settings.py(7KB)
----logo.png(36KB)
----Pipfile(272B)
----manage.py(662B)
----pages()
--------urls.py(284B)
--------__init__.py(0B)
--------views.py(1KB)
--------models.py(57B)
--------apps.py(85B)
--------admin.py(63B)
--------migrations()
--------forms.py(1KB)
--------tests.py(60B)

网友评论