Skip to content

ivlevdenis/django_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{{ project_name }} - API

How to install

$ django-admin.py startproject \
  --template=https://github.com/ivlevdenis/django_template/archive/master.zip \
  --extension=py,md,env,html,yml \
  project_name
$ cp docker/.dockerenv.example .dockerenv
$ python3.7 -m venv venv
$ source venv/bin/activate
$ pip install -r project/requrements.txt

Run

Copy ./docker/.dockerenv.example to ./docker/.dockerenv and configure him.

Run command make app

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages