Skip to content

A sample Django application that simulates finding and signing up as mentors

Notifications You must be signed in to change notification settings

dbrucknr/django-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-sample-app

Overview

This sample application is intended to allow users to find and sign-up as mentors.

It is a Python/Django web application that follows in line with the official tutorial

Setup

  1. Fork/clone this repo
  2. Install Python 3.7 or later
  3. Install pipenv
  4. Run pipenv install

Run the App

  1. Run the following commands:
pipenv shell
python manage.py migrate
python manage.py runserver
  1. Visit localhost:8000

About

A sample Django application that simulates finding and signing up as mentors

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 68.6%
  • HTML 31.4%