cmg-dev / django2_workshop

This Holds the Django Application for a Python Workshop

Home Page:https://cmg-dev.github.io/django2_workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django 2.0 Workshop

This workshop was held during a NeverCodeAlone Workshop.

We had lots of fun and we donated for a good cause. The Mitmachkinder received 400 € from all participants. You are awesome! ❤️

How to Use This Repository

  1. Clone it:

    git clone git@github.com:cmg-dev/django2-workshop

  2. Install the dependencies:

    pip install -r requirements.txt

    (The use of virtualenv is recommended)

  3. Go to the SampleDjangoApp:

    cd SampleDjangoApp/

  4. Start the server:

    python manage.py runserver

  5. Navigate to the site:

    Open a browser and navigate to: http://localhost:8000.

    An interesting route to visit should is:

    http://localhost:8000/solve

Run the Presentation

  1. Navigate to docs/.

  2. Start a local webserver:

    python -m SimpleHTTPServer - for example.

  3. Navigate to localhost:8000 in a browser of you choice.

In Case Something does not Work

Contact me or open an issue here.

About

This Holds the Django Application for a Python Workshop

https://cmg-dev.github.io/django2_workshop


Languages

Language:Python 91.2%Language:HTML 8.2%Language:CSS 0.6%