Exemplo n.º 1
0
# -*- coding: utf-8 -*-
#
# Author:        alisue
# Date:            2010/11/30
#
from libwaz.contrib.drafts import site
from models import Entry
site.register(Entry)
Exemplo n.º 2
0
# -*- coding: utf-8 -*-
#
# Author:        alisue
# Date:            2010/11/30
#
from libwaz.contrib.drafts import site
from models import Task
site.register(Task)
Exemplo n.º 3
0
# -*- coding: utf-8 -*-
#
# Author:        alisue
# Date:            2010/11/30
#
from libwaz.contrib.drafts import site
from models import Project
site.register(Project)
Exemplo n.º 4
0
# -*- coding: utf-8 -*-
#
# Author:        alisue
# Date:            2010/11/30
#
from libwaz.contrib.drafts import site
from models import Thread
site.register(Thread)
Exemplo n.º 5
0
# -*- coding: utf-8 -*-
#
# Author:        alisue
# Date:            2010/11/30
#
from libwaz.contrib.drafts import site
from models import Event
site.register(Event)