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

django-project-base

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-project-base

Everything revolves around it: users, roles, permissions, tags, etc.

  • 0.76.26
  • PyPI
  • Socket score

Maintainers
1

Django project base

A collection of functionalities that are common to most projects we do.

  • account management
  • project management
  • notifications (both to users and to apps)
  • tagging
  • background job processing
  • roles & permissions
  • profiling

This project is in VERY early development stage. Some of the functionalities are not even developed yet, some need major rework, but some, surprisingly, should work pretty well already. An example of pretty well functioning ones is account management.

Example project

For running example django project prepare python environment and run (run in repository root):

$ pip install -r requirements.txt
$ python manage.py runserver

Documentation

Run command in repository root:

$ npm run docs:dev

The dev server should be running at http://localhost:5173. Visit the URL in your browser to read documentation!

To generate pdf file. Run:

$ npm run export-pdf  

Pdf file is located in docs/pdf folder.

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