Murali-group / GraphSpace

The interactive graph sharing website.
http://graphspace.org
GNU General Public License v2.0
30 stars 41 forks source link

Unable to run GraphSpace Locally #418

Closed yash170106065 closed 4 years ago

yash170106065 commented 4 years ago

Performing system checks...

System check identified some issues:

WARNINGS: ?: (18.W001) The standalone TEMPLATE* settings were deprecated in Django 1.8 and the TEMPLATES dictionary takes precedence. You must put the values of the following settings into your default TEMPLATES dict: TEMPLATE_DEBUG.

System check identified 1 issue (0 silenced). December 10, 2019 - 13:47:24 Django version 1.9.7, using settings 'graphspace.settings.local' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.

but out comes only at http://127.0.0.1:8000/ Oops, something went wrong! The GraphSpace administrators have been notified. Sorry for the inconvenience!

don't know the issue... Can anyone help me regarding this.... Screenshot from 2019-12-11 00-24-44 Screenshot from 2019-12-11 00-26-14

yash170106065 commented 4 years ago

@adbharadwaj can you help me on this?

jahandaniyal commented 4 years ago

@yash170106065 - Can you check console of your browser (F12 for most browsers) for anything specific?

yash170106065 commented 4 years ago

Screenshot from 2019-12-11 18-09-50

jahandaniyal commented 4 years ago

Bootstrap seems to be missing. Please check your bower installed packages in virtualenv.

yash170106065 commented 4 years ago

No i already done bower install bootstrap-css

adbharadwaj commented 4 years ago

@yash170106065 Can you let me know what is exception message at this location - https://github.com/Murali-group/GraphSpace/blob/master/graphspace/middleware.py#L82

You can use debug mode in PyCharm or simply print the message to find it out.

yash170106065 commented 4 years ago

Thanks, it's running now