Skip to content

appseed-projects4/rocket-20230514-pixel-f1a22270-8cf7-458d-b169-3a9ce36c483e

Repository files navigation

Django Starter

Django project with generated and actively supported by AppSeed via Email and Discord.

Features:

  • Up-to-date Dependencies
  • Modern UI
  • CI/CD flow via Render

Manual Build

Download/Clone the sources

$ git clone https://github.com/<THIS_REPO>.git
$ cd <LOCAL_Directory>

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/.



Minimal Django starter provided by AppSeed

About

Django Starter - Generated by Rocket Django | AppSeed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published