Built with Django App Generator
Starter generated with Django Generator (an open-source service) using Gradient Design, best practices and up-to-date Dependencies.
In order to use the sources, follow the build instructions as presented in Start with Docker
and Manual Build
sections.
- Free Support via
eMail
andDiscord
- Go PRO for only $4.99/mo. Here are the benefits:
- Onboarding Kit Included - Premium Dashboards, Dynamic Django, and eCommerce CMS
- Unlock a New Premium Starter at each 4mo (Personal License)
- Premium Support - Monday-Sunday, 3h response time.
- Django App Generator Unlimited starters, all features available.
- CSV Processor Full access (all features).
- DataBase Migrator Full access (all features).
- DataBase Processor Full access (all features).
Up-to-date Dependencies
, Best practices- Desing: Gradient
- Extended User Profile
- (optional) API Generator
- (optional) Celery
- (optional) OAuth Github, Google
- (optional) CI/CD for Render
- (optional) Docker
- Getting Started with Django
- Django Cheatsheet
- Adding Custom Commands in Django
- Integrate React in Django
Deploy on Render (free plan)
In case the starter was built with Docker support, here is the start up CMD:
$ docker-compose up --build
Once the above command is finished, the new app is started on http://localhost:5085
Download/Clone the sources
$ git clone https://github.com/django-gradient-1743417863.git
$ cd django-gradient-1743417863
Install modules via
VENV
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
Set Up Database
$ python manage.py makemigrations
$ python manage.py migrate
Start the App
$ python manage.py runserver
At this point, the app runs at http://127.0.0.1:8000/
.
Starter built with Django App Generator - Open-source service for developers and companies.