Giter VIP home page Giter VIP logo

shuup-br's Introduction

shuup-br's People

Contributors

chessbr avatar jhess666 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

shuup-br's Issues

Create unit tests

Several tests are missing. Must create them to ensure the project reliability.

Traceback in admin: view user

FieldError at /sa/users/1/
Unknown field(s) (username, first_name, last_name) specified for ShoopBRUser

Request Method:     GET
Request URL:    http://server:8000/sa/users/1/
Django Version:     1.8.13
Exception Type:     FieldError
Exception Value:    

Unknown field(s) (username, first_name, last_name) specified for ShoopBRUser

Exception Location:     /srv/www/venv/local/lib/python2.7/site-packages/django/forms/models.py in __new__, line 295

Traceback:
File "/srv/www/venv/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  132.                     response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/srv/www/shoop/shoop/admin/utils/urls.py" in _wrapped_view
  98.             return view_func(request, *args, **kwargs)
File "/srv/www/venv/local/lib/python2.7/site-packages/django/views/generic/base.py" in view
  71.             return self.dispatch(request, *args, **kwargs)
File "/srv/www/shoop/shoop/admin/modules/users/views/detail.py" in dispatch
  213.         return super(UserDetailView, self).dispatch(request, *args, **kwargs)
File "/srv/www/venv/local/lib/python2.7/site-packages/django/views/generic/base.py" in dispatch
  89.         return handler(request, *args, **kwargs)
File "/srv/www/venv/local/lib/python2.7/site-packages/django/views/generic/edit.py" in get
  268.         return super(BaseUpdateView, self).get(request, *args, **kwargs)
File "/srv/www/venv/local/lib/python2.7/site-packages/django/views/generic/edit.py" in get
  205.         form = self.get_form()
File "/srv/www/venv/local/lib/python2.7/site-packages/django/views/generic/edit.py" in get_form
  73.             form_class = self.get_form_class()
File "/srv/www/shoop/shoop/admin/modules/users/views/detail.py" in get_form_class
  148.         return modelform_factory(self.model, form=BaseUserForm, fields=self.fields)
File "/srv/www/venv/local/lib/python2.7/site-packages/django/forms/models.py" in modelform_factory
  541.     return type(form)(class_name, (form,), form_class_attrs)
File "/srv/www/venv/local/lib/python2.7/site-packages/django/forms/models.py" in __new__
  295.                 raise FieldError(message)

Exception Type: FieldError at /sa/users/1/
Exception Value: Unknown field(s) (username, first_name, last_name) specified for ShoopBRUser

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.