/django-gradient-1743417863

Django Starter - Gradient Design, Best Practices, Authentication, CI/CD, Docker | App-Generator.dev

Primary LanguagePython

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.


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


Deploy on Render (free plan)

Deploy to Render


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


Manual Build

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.