-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 500 #2
Comments
Did you get a solution to the error? Also new to Python/django |
I never did.. I tried to find additional resources to figure it out, but have up after a while. Are you trying to run it locally or hosted? |
Some one with the solution for this issue? |
I have run the manage.py syncdb, and then runserver to start the applications. I logged in with the credentials created during the syncdb, but it keeps returning to the login page and not going anywhere. Any idea? |
If anyone's encountered problem you can refer to the notes I made during the installation: more or less should be about cookies domain setting or missing plugins. |
Please excuse this issue if it's a simple fix, as I'm a completely new to python/django.
I am able to run the Python server and access the main Massive Coupon page, however I keep getting an "Ooopps! 500!" error where the mock-up deal should appear. I am running the server locally. I understand that the 500 error is typically related to directory structure.
I've removed the "from massivecoupon.libs import formutils" line from /engines/forms.py and specified the correct directories/settings/DB for the massivecoupon source. I have also ran syncdb to populate the database.
I assume this is an error with my directory structure, as massivecoupon is looking for the /deals/groupon-clone/ directory, etc.
Any help would be greatly appreciated, and I apologize in advance for any oversight or lack of knowledge I may have!
The text was updated successfully, but these errors were encountered: