Skip to content

louieee/Deutro

Repository files navigation

Project Description

This Project is a complete django management system starter template to enable young django developers easily start up their own several management systems. It consists of

  • Redis
  • Celery
  • Django Multitenant
  • Django Channels
  • Django Hosts ( for multiple domains)
  • Django Rest API

PS: More updates will be coming from time to time.

Project Setup

  • Clone the repository.
  • Set up your virtual environment.
  • Run pip install -r requirements.txt
  • Run python manage.py migrate
  • Run python manage.py create_domainsthree times
    • Domains should be localhost, admin.localhost, api.localhost
    • Name can be virtually whatever you want.
  • run python manage.py createsuperuser
  • run python manage.py runserver
  • visit admin.localhost:8000 to login to the admin dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published