Re: New to Django (stuck at the end of the tutorial)

2016-04-26 Thread Patrick Harding
maybe giving it a namespace would handle it for you? such as include('sistema.urls', namespace='sistema') if not you can try this. the error i get is that you should "pass the callable instead" which means in your imports include the views that you want to import, then call them in you

Trying to extend the User model to create a user profile page

2016-04-26 Thread Patrick Harding
I am creating an app for our company to have users log in, create a profile page, and create updates on some personal progress. I have handled logging in and registering with django-registration, and have created the app for updates, but i'm not able to create a profile page extending the