~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlggz/models.py

  • Committer: franku
  • Date: 2019-04-09 06:34:51 UTC
  • mfrom: (530.1.5 mv_main_files)
  • Revision ID: somal@arcor.de-20190409063451-orglu7d2oda37ej9
moved files stored in folder widelands to folder widelands/mainpage

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(