Skip to content

deparkes/simple-django-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published