bennettp123 / django-tut

Nothing special, just some code from the Django tutorial.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUICKSTART

git clone <url> mydir && cd mydir
docker run --rm -it \
    -v `pwd`:/pwd \
    -w /pwd \
    -p 8080:8080 \
    python:3.6-alpine \
    sh -c 'pip install -r requirements.txt \
        && cd mysite \
        && python manage.py runserver 0:8080'

About

Nothing special, just some code from the Django tutorial.

License:MIT License


Languages

Language:Python 90.0%Language:HTML 9.2%Language:CSS 0.8%