Skip to main content

Create a package to ease setting django project settings.

Project description

https://badge.fury.io/py/djangoautoconf.png https://travis-ci.org/weijia/djangoautoconf.png?branch=master https://pypip.in/d/djangoautoconf/badge.png

Create a package for ease setting django project settings.

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

### ÏòÎÒ¾èÖú Èç¹ûÄã¾õµÃ±¾ÏîÄ¿¶ÔÄãÓÐÓ㬻¶Ó­Çë×÷ÕßÒ»±­²è¡£

¾èÔùweijia2000

History

0.11.4 (2019-08-02) * Remove unnecessary requirements

0.1.0 (2013-08-11)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangoautoconf-1.11.5.tar.gz (41.5 kB view details)

Uploaded Source

File details

Details for the file djangoautoconf-1.11.5.tar.gz.

File metadata

  • Download URL: djangoautoconf-1.11.5.tar.gz
  • Upload date:
  • Size: 41.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.15

File hashes

Hashes for djangoautoconf-1.11.5.tar.gz
Algorithm Hash digest
SHA256 bac218902bfe52602e1e41c3a6d0ee16cbbec31600e34cecdc1de34632c29b5b
MD5 c92f7342f3dce4c40715b74c1a39a154
BLAKE2b-256 1f9318248e3a0619a4eca8621e00637bd17f39fa49dcbee2792de01895633f4f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page