Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
http://luc.lino-framework.org/blog/2017/0414.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaffre committed Apr 14, 2017
1 parent 8c6a491 commit cc6665e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/specs/holidays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Generating events between 2016-02-09 and 2019-10-23 (max. 72).
Reached upper date limit 2019-10-23

>>> wanted[1]
Event(start_date=2016-02-09,owner_type=17,summary='Karneval in Kettenis',auto_type=1,event_type=1,state=<EntryStates.suggested:10>)
Event(start_date=2016-02-09,owner_type=20,summary='Karneval in Kettenis',auto_type=1,event_type=1,state=<EntryStates.suggested:10>)

.. verify that no events have actually been saved:
>>> cal.Event.objects.count()
Expand Down
2 changes: 1 addition & 1 deletion docs/specs/noi/db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This document describes the database structure.
>>> from lino.utils.diag import analyzer
>>> print(analyzer.show_db_overview())
... #doctest: +ELLIPSIS +NORMALIZE_WHITESPACE +REPORT_UDIFF
42 apps: lino_startup, staticfiles, about, jinja, bootstrap3, extjs, printing, system, contenttypes, gfks, office, xl, countries, contacts, users, cal, extensible, courses, topics, votes, excerpts, comments, changes, noi, tickets, faculties, deploy, clocking, lists, blogs, notify, uploads, export_excel, tinymce, smtpd, weasyprint, appypod, dashboard, django_mailbox, mailbox, rest_framework, restful.
42 apps: lino_startup, staticfiles, about, jinja, bootstrap3, extjs, printing, system, contenttypes, gfks, office, xl, countries, contacts, users, notify, cal, extensible, courses, topics, votes, excerpts, comments, changes, noi, tickets, faculties, deploy, clocking, lists, blogs, uploads, export_excel, tinymce, smtpd, weasyprint, appypod, dashboard, django_mailbox, mailbox, rest_framework, restful.
66 models:
================================== ============================ ========= =======
Name Default table #fields #rows
Expand Down
3 changes: 2 additions & 1 deletion docs/tutorials/dumpy/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The output should be as follows:
... #doctest: +ELLIPSIS +REPORT_UDIFF +NORMALIZE_WHITESPACE
`initdb dumpy1` started on database .../default.db.
Operations to perform:
Synchronize unmigrated apps: gfks, about, jinja, office, countries, staticfiles, contacts, system, xl, printing, lino_startup, cal, users, extjs, export_excel, bootstrap3
Synchronize unmigrated apps: gfks, about, jinja, office, countries, staticfiles, contacts, system, xl, printing, notify, lino_startup, cal, users, extjs, export_excel, bootstrap3
Apply all migrations: contenttypes, sessions
Synchronizing apps without migrations:
Creating tables...
Expand All @@ -139,6 +139,7 @@ Synchronizing apps without migrations:
Creating table contacts_roletype
Creating table contacts_role
Creating table gfks_helptext
Creating table notify_message
Creating table cal_remotecalendar
Creating table cal_room
Creating table cal_priority
Expand Down
3 changes: 2 additions & 1 deletion docs/tutorials/hello/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The output that follows should look like this:
... #doctest: +ELLIPSIS +REPORT_UDIFF
`initdb std demo demo2` started on database .../default.db.
Operations to perform:
Synchronize unmigrated apps: gfks, about, jinja, office, countries, staticfiles, contacts, system, xl, printing, lino_startup, cal, users, extjs, export_excel, bootstrap3
Synchronize unmigrated apps: gfks, about, jinja, office, countries, staticfiles, contacts, system, xl, printing, notify, lino_startup, cal, users, extjs, export_excel, bootstrap3
Apply all migrations: contenttypes, sessions
Synchronizing apps without migrations:
Creating tables...
Expand All @@ -165,6 +165,7 @@ Synchronizing apps without migrations:
Creating table contacts_roletype
Creating table contacts_role
Creating table gfks_helptext
Creating table notify_message
Creating table cal_remotecalendar
Creating table cal_room
Creating table cal_priority
Expand Down

0 comments on commit cc6665e

Please sign in to comment.