Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

agape-django

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agape-django

Collection of reusable Django Applications for Rapid Application Development

  • 0.4.4
  • PyPI
  • Socket score

Maintainers
1

Agape

Agape is collection of Django apps to use for building modern web applications.

Quick start

  1. Add the desired applications into the INSTALLED_APPS setting like this:

    INSTALLED_APPS = [ ... 'agape.authentication', ]

  2. Include the URLconf in your project urls.py like this:

    url(r'^/api/v1/', include('agape.authentication.urls')),

  3. Run python manage.py migrate to create the models.

  4. Start the development server and visit http://127.0.0.1:8000/

Available Applications

  • authentication
  • files

Developer Instructions

Testing

python runtests.py 

python runtests.py agape.authentication

python runtests.py agape.[module]

Packaging & Distribution

Package only
python setup.py sdist
Package and submit to PyPi repository
python setup.py sdist upload -r pypi

Installation

Install locally
pip install ../django-agape/dist/django-agape-*.tar.gz
Install from PyPi
pip install django-agape

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc