Skip to main content

Create a package for ease setting django project settings.

Project description

===============================
Django AutoConf
===============================

.. image:: https://badge.fury.io/py/djangoautoconf.png
:target: http://badge.fury.io/py/djangoautoconf

.. image:: https://travis-ci.org/weijia/djangoautoconf.png?branch=master
:target: https://travis-ci.org/weijia/djangoautoconf

.. image:: https://pypip.in/d/djangoautoconf/badge.png
:target: https://crate.io/packages/djangoautoconf?version=latest


Create a package for ease setting django project settings.

* Free software: BSD license
* Documentation: http://djangoautoconf.rtfd.org.


Installation
------------

::

python setup.py install


Create Poject
------------

::


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
--------




History
-------

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-0.6.25.zip (89.8 kB view details)

Uploaded Source

File details

Details for the file djangoautoconf-0.6.25.zip.

File metadata

File hashes

Hashes for djangoautoconf-0.6.25.zip
Algorithm Hash digest
SHA256 2c599c0647c17d1d5c093ed76c1e21b0237fde5c6b0d2e37d68b247f7190a870
MD5 19e69ddb0fe486ff39edcdd9177d339f
BLAKE2b-256 777c61818e4906b6b6cdde68f4af8cf8ad3d6e134161e9ae978ec65fd5a0c7d7

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