Skip to content

HomerKLP/django_skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base Project for starting Django projects

Local deploy:

 $ docker-compose up -d

Run tests:

$ docker-compose exec django bash
$ inv test

-- or --
 
$ docker-compose exec django inv test


-- to run certain test --

$ inv test -t test_example

Run linter:

$ docker-compose exec django bash
$ inv lint

-- or --
 
$ docker-compose exec django inv lint

API Documentation by Redoc

http://localhost:8000/docs/

Django admin

http://localhost:8000/admin/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors