Created
December 31, 2015 01:42
-
-
Save dj-amadeous/2153e58fc287b17d446b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raceback (most recent call last): | |
File "./run.py", line 2, in <module> | |
from app import app | |
File "/home/egcornish/git/microblog/app/__init__.py", line 6, in <module> | |
from app import views | |
File "/home/egcornish/git/microblog/app/views.py", line 3, in <module> | |
from .forms import LoginForm | |
File "/home/egcornish/git/microblog/app/forms.py", line 5, in <module> | |
class LoginForm(form): | |
NameError: name 'form' is not defined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment