Skip to content
Snippets Groups Projects
Commit cb142bb3 authored by Hermann Schwärzler's avatar Hermann Schwärzler
Browse files
parents d10b74d8 00314591
No related branches found
No related tags found
1 merge request!7More changes/additions to README.rst to explain how to get a working development installation.
from django.contrib.auth.models import User
from django.core.exceptions import ObjectDoesNotExist, ValidationError, MultipleObjectsReturned
from django.core.urlresolvers import reverse
from django.urls import reverse
from django.db import models
from django.db.models import Q
from django.utils.translation import ugettext_lazy as _
......
Django==1.9.13
Django==1.11.2
MySQL-python==1.2.5
Pillow==3.3.0
PyYAML==3.11
django-tinymce==2.3.0
python-dateutil==2.5.3
Pillow==4.1.1
PyYAML==3.12
django-tinymce==2.6.0
python-dateutil==2.6.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment