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