Fiedzia / Fang-of-Mongo

web based gui for mongodb created with pyhon, django and jquery.
http://linuxcoder.co.uk:8000/fangofmongo/
Other
260 stars 60 forks source link

ReferenceError: fom_init_login_form is not defined #1

Closed marcboeker closed 14 years ago

marcboeker commented 14 years ago

hi,

after starting fang-of-mongo i'm receiving the following error as javascript alert. ReferenceError: fom_init_login_form is not defined the connect button is also missing.

thanks and cheers, marc

Fiedzia commented 14 years ago

It seems like incorrect path to static files. Does this url works: http://localhost:8000/static/fom/js/fangofmongo_login.js ? Please see INSTALL file and check if paths in settings.py are set correctly.

marcboeker commented 14 years ago

ah long time no django development :) now i remember of the settings.py. after adjusting both paths, i can see a beautiful jquery UI. it looks very promising. i'm excited about new versions. thanks + cheers marc