Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDBF-422: Create an index page #7

Open
an3l opened this issue May 30, 2022 · 3 comments
Open

MDBF-422: Create an index page #7

an3l opened this issue May 30, 2022 · 3 comments

Comments

@an3l
Copy link
Contributor

an3l commented May 30, 2022

  • Currently there is no index page and it is not intuitive how to use the feedback plugin
Page not found (404)
Request Method: 	GET
Request URL: 	http://localhost:8000/

Using the URLconf defined in feedback_plugin.urls, Django tried these URL patterns, in this order:

    admin/
    rest/v1/server-count/ [name='server_count']
    rest/v1/version-breakdown/ [name='version_breakdown']
    rest/v1/architecture/ [name='architecture']
    rest/v1/os/ [name='os']
    rest/v1/file-post/ [name='file_post']

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.
@an3l an3l changed the title Create an index page MDBF-422: Create an index page May 30, 2022
@Asadbakhsh2412
Copy link

@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.

@cvicentiu
Copy link
Member

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 )

@rsharvesh16
Copy link

rsharvesh16 commented Nov 13, 2023

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants