Skip to content

lorbic/journal-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Django-project-template by Lorbic

This repository is preconfigured django project with following features:

  1. Custom user model with email as default username field.
  2. Database server configuration.
  3. Email server configuration.
  4. Environment variables are managed using .env file.

Copy Β  sample_dot_envΒ  to Β .envΒ  and change the values

Development

πŸ‘‰ Install the dependencies

pip install -r requirements.txt

πŸ‘‰ Edit the .env file and define the env variables.

πŸ‘‰ Run tests.

python manage.py test

πŸ‘‰ Run the webserver.

python manage.py runserver

πŸ‘‰ You may need to create database migrations.

python manage.py makemigrations

python manage.py migrate

Resources

This project uses python-decouple-3.6 for configuration (environment variable) management.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published