Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. 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.
::
python setup.py install
::
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)
::
r = AdminRegister()
r.register(UserDefinedModel)
如果你觉得本项目对你有用,欢迎请作者一杯茶。
|捐赠weijia2000|
.. |捐赠weijia2000| image:: https://t.alipayobjects.com/images/mobilecodec/TB1ej3RXXmyMeJjm2EPXXaZrFXa
Work around for module installation. 'django-ajax-selects<=1.9.1' 'python-social-auth<=0.2.21'
0.11.4 (2019-08-02)
0.1.0 (2013-08-11) ++++++++++++++++++
FAQs
Create a package to ease setting django project settings.
We found that djangoautoconf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.