Create a package to ease setting django project settings.
Project description
Create a package for ease setting django project settings.
Free software: BSD license
Documentation: http://djangoautoconf.rtfd.org.
Installation
python setup.py install
Create Project
Create manage.py Added the following: #!/usr/bin/env python import logging import os import sys from ufs_tools import get_sibling_folder from ufs_tools.folder_tool import get_file_folder from ufs_tools.libtool import include_all_direct_sub_folders_in_sibling # include_all_direct_sub_folders_in_sibling(__file__, "server_base_packages") if __name__ == "__main__": # logging.basicConfig(level=logging.DEBUG) logging.getLogger('chronograph.models').setLevel(level=logging.DEBUG) from djangoautoconf import DjangoAutoConf # Additional settings can be made # os.environ["EXTRA_SETTING_FOLDER"] = get_sibling_folder(__file__, "local/local_postgresql_settings") # os.environ["MANAGE_PY"] = "manage_with.py" DjangoAutoConf.set_settings_env() from django.core.management import execute_from_command_line execute_from_command_line(sys.argv)
Features
r = AdminRegister() r.register(UserDefinedModel)
Default behavior
When “/” is not defined, redirect to all_login app if it is added to INSTALLED_APPS
TODO
### 向我捐助 如果你觉得本项目对你有用,欢迎请作者一杯茶。
- Work around for module installation.
‘django-ajax-selects<=1.9.1’ ‘python-social-auth<=0.2.21’
History
0.11.4 (2019-08-02) * Remove unnecessary requirements
0.1.0 (2013-08-11)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djangoautoconf-2.0.11.tar.gz
(47.3 kB
view details)
Built Distribution
File details
Details for the file djangoautoconf-2.0.11.tar.gz
.
File metadata
- Download URL: djangoautoconf-2.0.11.tar.gz
- Upload date:
- Size: 47.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71ec7db39b5dd169a5412f727165a2c0a8a2eed41c100b8553861fa192fee30a |
|
MD5 | 137527effbbac9f8639f4aad37ba0c6e |
|
BLAKE2b-256 | d0b5fcbabc1bd7c3ff149edda85cd8f36ec556dd28f7a29d457e0f22562226fd |
File details
Details for the file djangoautoconf-2.0.11-py3-none-any.whl
.
File metadata
- Download URL: djangoautoconf-2.0.11-py3-none-any.whl
- Upload date:
- Size: 72.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e11a37148908fb7a92c205bd73c68e83ed0f818284f09ee1790ce08c7cfc6403 |
|
MD5 | 47d1ce9dc9d7356d936ddf1b512b3239 |
|
BLAKE2b-256 | 9f88ae40ac5b595be1f59ba8462849603be72dac61dfc5b722340b4b6e769db9 |