Skip to content

invalid literal for int() with base 10: '' #93

@ghost

Description

(I don't know if I can reopen old issue so I started a new one)

trying to add the first page...

ValueError at /admin/cms/page/add/
Exception Value: invalid literal for int() with base 10: ''
Exception Location: \lib\site-packages\django\db\models\fields__init__.py in get_db_prep_value, line 671

I got latest files but the problem is still here.

see backtrace on Windows (the same on Freebsd):
http://friendpaste.com/2eEAJ5o7vWnrLqnC9ZRDKC

I just started new project by django-admin.py. At this step admin interface worked. Then I made changes as described in Installation.md - admin part now also works but no chance to add the first page.

Any ideas?

By the way, two more issues. I don't think they are the reason but still.

  • every server starting raises ImportError("Not ready yet") from models.py, so finally I commented it out
  • "url(r'^admin/', include(admin.site.urls))," won't work so I changed it to "(r'^admin/(.*)', admin.site.root),"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions