macon-code / macon-code/mcsite
Add an html doc, script, and url for action_page.php
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
When you submit a response with the action form, django expects a url paired with the form's action. However, there is none listed in config.urls, so django throws a 404 error.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the action form and config.urls to trace the missing action_page.php destination. Add the requested HTML document, script, and URL entry, then confirm that submitting the form resolves the route instead of returning a Django 404.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django
- Domain
- backend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100