Skip to content

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

Notifications You must be signed in to change notification settings

Fraelly/django-volt-base

 
 

Repository files navigation

Starter generated with Django Generator (an open-source service) using Volt 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: Volt
  • Extended User Profile
  • (optional) API Generator
  • (optional) Celery
  • (optional) OAuth Github, Google
  • (optional) CI/CD for Render
  • (optional) Docker

👉 HOSTINGER - High-quality Service we recommend

One of the world's fastest-growing hosting providers, Hostinger serves a global community of over 4 million website owners across 150+ countries. Here are the core services:


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-volt-1758581204.git
$ cd django-volt-1758581204

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.8%
  • Dockerfile 4.7%
  • Shell 2.5%