Skip to content

Commit

Permalink
Merge pull request #25 from fronbasal/master
Browse files Browse the repository at this point in the history
Remove python version requirement, remove deprecated tag.
  • Loading branch information
jpadilla authored Oct 3, 2018
2 parents efa74ba + 978746c commit 8f8741d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ Django = "==2.0"
gunicorn = "==19.7.1"
newrelic = "==2.98.0.81"
whitenoise = "==4.0b4"


[requires]

python_version = "3.6"
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Django 2.0+ project template

[![Dependency Status](https://gemnasium.com/jpadilla/django-project-template.svg)](https://gemnasium.com/jpadilla/django-project-template)

This is a simple Django 2.0+ project template with my preferred setup. Most Django project templates make way too many assumptions or are just way too complicated. I try to make the least amount of assumptions possible while still trying provide a useful setup. Most of my projects are deployed to Heroku, so this is optimized for that but is not necessary.

## Features
Expand Down

0 comments on commit 8f8741d

Please sign in to comment.