Skip to content
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

Query about issue running the course planner site #11

Open
zhenwei2972 opened this issue Jun 4, 2020 · 0 comments
Open

Query about issue running the course planner site #11

zhenwei2972 opened this issue Jun 4, 2020 · 0 comments
Assignees

Comments

@zhenwei2972
Copy link

zhenwei2972 commented Jun 4, 2020

Hi I've installed all the dependencies and upon running < python3 manage.py runserver >

I run into these errors, I'm not quite sure where the issue is, and would like to request some help to try out the website.
Initially I get this error

File "C:\Users\zhenw\Desktop\OSS\ntu-course-planning-system\simplesite\settings.py", line 146
EMAIL_PORT =
^
SyntaxError: invalid syntax

so I went to look up what EMAIL_PORT is as defined in the docs, I saw that the default was 25 so i set EMAIL_PORT = 25 afterwards I proceed to get these other errors.

Exception in thread django-main-thread:
Traceback (most recent call last):
File "C:\Users\zhenw\AppData\Local\Programs\Python\Python36\lib\site-packages\django\urls\resolvers.py", line 590, in url_patterns
iter(patterns)
TypeError: 'module' object is not iterable

django.core.exceptions.ImproperlyConfigured: The included URLconf 'simplesite.urls' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import

Looking at top stackoverflow answers I am unable to find a resolution, am unsure if it may be due to bad installation or such, but I've tried to run a seperate Django project and it seems to work well, perhaps you can take a look and let me know what is wrong?

I've installed Python 3.6.0 and all the required dependencies.

I think the application will be very useful for the upcoming STARS and hope that I can find a way to utilize it, and share with the rest of the community, thanks for building this!

Running on Python 3.6.0 64 bit , Windows 64 bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants