You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: