Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

feat(requirements): upgrade django-rest-swagger to 2.2.0 #348

Closed theskumar closed 5 years ago

theskumar commented 5 years ago

Why was this change necessary?

Keeping our project dependency upto date.

How does it address the problem?

2.2.0 is a breaking change and this version doesn't include base.html and some of the customizations we were doing ealier aren't available in the version. So it's removed for simplicity.

Are there any side effects?

The project name displayed in the nav bar won't be available, also the UI of new swagger is changed from previous one.

closes #330

CuriousLearner commented 5 years ago

The UI is changed as Saurabh mentioned:

Screenshot 2019-04-22 at 2 49 41 PM

theskumar commented 5 years ago

Thanks @CuriousLearner !