jet-community / django-jet

Modern template for Django admin interface with improved functionality
https://discord.me/jet-community
GNU Affero General Public License v3.0
9 stars 1 forks source link

Update README #31

Open Ismael-VC opened 7 years ago

Ismael-VC commented 7 years ago

Update any old reference, add reference to CONTRIBUTING instructions ( #29 )

readme

The only valid link is for the support.

We need to update readthedocs, the live demo and delete the rest of links.

pmourelle commented 6 years ago

Documentation says nothing about fullname() method, that's mandatory when adding a new widget. A fallback should be handled btw.

  File "[my-project-env]/python2.7/site-packages/jet/dashboard/forms.py", line 91, in save
    self.instance.module = self.module_cls.fullname()
TypeError: unbound method fullname() must be called with MyCustomModule instance as first argument (got nothing instead)
"POST /jet/dashboard/add_user_dashboard_module/ HTTP/1.1" 500 28017
SalahAdDin commented 6 years ago

@pmourelle Thank you, can you add it in Documentation?