Skip to content

Jhon4Doe/sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This is a sample Django application that has some failing tests. It's built off the example project in Writing your first Django app.

As a programming exercise do the following:

  • Create a fork of this repo.
  • Make a pull request that fixes the broken tests.

Instructions for Running

  • Create a new virtual environment

    python -m venv sandbox-env
    
  • Switch to the new environment

    source sandbox-env/bin/activate 
    
  • Install requirements

    pip install --requirement=requirements.txt
    
  • Run tests

    python manage.py test
    
  • Run the site (user is admin and password is asdfASDF1234)

    python manage.py runserver 
    

About

Sample Django Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.4%
  • HTML 36.7%
  • CSS 6.1%
  • JavaScript 1.8%