Featured
-
No Featured Found!
Tags
How to get id ("not name") of a radio button via POST request in Django?
<div class="form-check">
<input class="form-check-input" type="radio" name="q1" id="q1a">
<label class="form-check-label" for="q1a">
A story te...
Access Models.py from external py script
Hi, I am trying to integrate my existing code into django. How do i access models.py from my external code.I tried putting it in the same apps directory it did not work. Is there a way ?
My Case: I have a web parsing code that takes data...