~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlprofile/migrations/0001_initial.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:
3
3
 
4
4
from django.db import models, migrations
5
5
from django.conf import settings
6
 
import wl_utils
 
6
import mainpage.wl_utils as wl_utils
7
7
import wlprofile.fields
8
8
 
9
9