Skip to main content

A simple tools auto add app extra requires.

Project description

django-app-requires

A simple tools auto add app extra requires.

Install

pip install django-app-requires

Usage

  1. If your django application requires extra application, then add app_requires = ["your", "required", "apps"] in the app/__init__.py file.
  2. In project using your application, add belowe code to the pro/settings.py after INSTALLED_APPS.
    from django_app_requires import add_requires
    INSTALLED_APPS = add_requires(INSTALLED_APPS)
    

Releases

v0.1.1 2020/09/25

  • Add fastutils & magic-import in requirements.txt.
  • Fix problem of recursive required.

v0.1.0 2020/09/23

  • First release.

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

django-app-requires-0.1.1.tar.gz (2.8 kB view hashes)

Uploaded Source

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