Skip to content

Commit

Permalink
Update readme to django 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fasouto committed Dec 5, 2017
1 parent 5dce67c commit bbfe99c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# django-starter-template #

An easy to use project template for Django 1.10 that follows best practices.
An easy to use project template for Django 2.0 that follows best practices.

## Features ##

- Compatible with python 2.7 and 3.4
- [Django compressor](http://django-compressor.readthedocs.org/en/latest/) to compress JS and CSS and compile LESS/SASS files.
- [Django debug toolbar](http://django-debug-toolbar.readthedocs.org/) enabled for superusers.
- [Argon2](https://docs.djangoproject.com/en/1.10/topics/auth/passwords/#using-argon2-with-django) to hash the passwords
- [Argon2](https://docs.djangoproject.com/en/2.0/topics/auth/passwords/#using-argon2-with-django) to hash the passwords

## Quickstart ##

First create and activate your virtualenv, you can use [virtualenvwrapper](https://virtualenvwrapper.readthedocs.org/en/latest/). Then install Django 1.10 in your virtualenv:
First create and activate your virtualenv, you can use [virtualenvwrapper](https://virtualenvwrapper.readthedocs.org/en/latest/). Then install Django 2.0 in your virtualenv:

pip install django==1.10
pip install django==2.0

To create a new Django project (make sure to change `project_name`)

Expand Down

0 comments on commit bbfe99c

Please sign in to comment.