Open an3l opened 2 years ago
@an3l Hi, I am Asad Bakhsh. I want to start my open-source contribution with this issue. Can I take up this issue? I have basic understanding of the skills required for resolving this issue.
Hi @Asadbakhsh2412.
Feel free to take on this task and submit a pull request. Do note that this project is not meant to provide a front-facing interface, hence the Index page should most likely just provide basic information about this project, where to contribute and links to documentation (which we don't currently have, but should start :D )
@cvicentiu @an3l Hi, This is Sharvesh R. I want to start my open-source contribution with this issue. Can I take up this issue if its open?
Using the URLconf defined in feedback_plugin.urls, Django tried these URL patterns, in this order:
The empty path didn’t match any of these.
You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.