Skip to content

Instantly share code, notes, and snippets.

@dj-amadeous
Created December 31, 2015 01:42
Show Gist options
  • Save dj-amadeous/2153e58fc287b17d446b to your computer and use it in GitHub Desktop.
Save dj-amadeous/2153e58fc287b17d446b to your computer and use it in GitHub Desktop.
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