~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlggz/models.py

  • Committer: kaputtnik
  • Date: 2019-03-31 11:08:21 UTC
  • mto: This revision was merged to the branch mainline in revision 531.
  • Revision ID: kaputtnik-20190331110821-1o6c8ebh1sag7xat
mv main files into mainpage directory; apply needed changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
from django.db import models
11
11
from django.contrib.auth.models import User
12
 
from wl_utils import AutoOneToOneField
 
12
from mainpage.wl_utils import AutoOneToOneField
13
13
from django.utils.translation import ugettext_lazy as _
14
14
from pybb.models import Post
15
15
 
16
 
import settings
17
 
 
18
16
 
19
17
class GGZAuth(models.Model):
20
18
    user = AutoOneToOneField(