Devendra Yadav

Results 3 issues of Devendra Yadav

# Enhancement: ``` Linter: global import of path @uniswap/v3-periphery/contracts/interfaces/ISwapRouter.sol should not be allowed. Instead specified the names to import individually [no-global-import] ```

# Fix ```bash hardhart --network XXX run scripts/deploy.ts ```

- Updated manage.py to use Python 2 shebang and modified the DJANGO_SETTINGS_MODULE to point to the local settings. - Enhanced settings.py by organizing installed apps into DEFAULT_APPS, THIRD_PARTY_APPS, and LOCAL_APPS,...