Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

CccrizzZ/ccpd-django-controller

 
 

Repository files navigation

CCPD Django Cloud Controller

DigitalOcean Referral Badge

Services

  • Q&A inventory form controller.
  • Inventory image gallery controller.
    • Upload and download image from Microsoft Azure.
    • User gallery for manipulate images.
  • User authentication controller.
    • Routes for different roles
  • Admin controller contains admin only functions.
    • Full control over Q&A user group information.
    • Full control over Q&A inventory information.
    • Convert Q&A record to actual listable inventory.
    • Manage retail and return inventory.

Commands

# Start local development server
python manage.py runserver

# Run deployment check
python manage.py check --deploy

# Generate requirement.txt
pip freeze > requirements.txt

About

Django server app interact with Azure and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.7%
  • Dockerfile 0.3%