abinetha / xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Django App

This is a simple, minimal Django app intended to help understand the main aspects of working with Django.

Usage Instructions

Clone this repository e.g.

git clone git@github.com:deparkes/simple-django-app.git

Navigate to the 'cool_counters' Django project:

cd simple-django-app/cool_counters

Run migrations to update/create database

python manage.py migrate

Run the Django development server

python manage.py runserver

Navigate to to http://127.0.0.1:8000

About


Languages

Language:Python 98.6%Language:HTML 1.4%