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.
- Clone the repository.
- Set up your virtual environment.
- Run
pip install -r requirements.txt
- Run
python manage.py migrate
- Run
python manage.py create_domains
three 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