Booktype - Commandline - creating a chapter
  • Hi all,
    is it possible to create a chapter for a booktype book with the django commandline?
    How could this be done?

    Best regards!
    Thomas.
    Post edited by tom tom at 2012-04-15 08:51:49
  • 4 Comments sorted by
  • Vote Up0Vote Down adamadam
    Posts: 88Member
    Its not possible. List of Booktype cli commands are here:
    http:/en.flossmanuals.net/booktype

    good ideas! keep them coming! If you put them in the issue tracker we can look into them and place them on the roadmap.

    adan
  • What about creating chapter directly in SQL database?
  • It all depends.... If you look at the Booktype as collaborative interface where couple of people is editing a book, you shouldn't do direct insert on anything :)

    But if you work with offline site or book that is not being edited by anyone that there is no reason why you couldn't insert directly into database. It is not recommended but you can create new chapter, you should write to history info also and possible update Table Of Contents. Command line or doing it from Django shell is much better options.
  • Ah yes.. collaborative interface would be a problem.