pyconbalkan icon indicating copy to clipboard operation
pyconbalkan copied to clipboard

AttributeError at / 'NoneType' object has no attribute 'as_meta'

Open JinJis93 opened this issue 7 years ago • 3 comments

I followed all the instruction given in Github, created virtualenv and added secret keys in the .env file and so on. When I launched server by

python3.6 manage.py runserver

the following screenshot popped up in my local server.

screen shot 2018-10-30 at 1 49 57 pm

I do not know what this means. Please inform me how to fix this. Thank you!

JinJis93 avatar Oct 30 '18 04:10 JinJis93

Hi,

Try to create a superuser, go to the /admin and create an event. Populate it with some dummy data and it should work.

OdJacobsen avatar Oct 30 '18 05:10 OdJacobsen

@dingzhen93 missing conference that needs to be created in DjangoAdmin, we need to have a failover for this.

Feel free to make a pull request ! :)

virogenesis avatar Jan 15 '19 08:01 virogenesis

Will it suffice to make a simple check in core/views if there are any conferences?

MaliRobot avatar Mar 13 '19 22:03 MaliRobot