Parth Choudhary
Parth Choudhary
@romaleev can please explain which package.json and which file extensions are needed to be changed?
Can you explain what you mean by Custom? Are you talking about the design?
Because you have `import {incrementportfolio} from 'redux/modules/portfolio';` in your code already. So by doing `const {counter, incrementportfolio} = this.props;` you are redefining with same name.
Works fine for me, can you tell us what are the values for config.apiHost & config.apiPort? And the outputs of ``` console.log(req.originalUrl); console.log(targetUrl); ```
The issue is resolved by replacing ` class SubdomainMiddleware(object):` with ``` try: from django.utils.deprecation import MiddlewareMixin except ImportError: MiddlewareMixin = object class SubdomainMiddleware(MiddlewareMixin): ``` in the middleware.py file. I can...
You can use the fork I created, just install it using: `pip install git+https://github.com/parth-choudhary/django-subdomains.git` Should work fine.
Any update on this? @Saurabh7SSR is the Vulcan support ready?