HELP!
Do ManyToManyFields just not print?
I see them in my form selection.
Everything works fine, but when I try to put the linked item on a list
form, i get: project.model.none for the value. I cannot figure out how to
make all the values print. HELP! PLEASE!!
--
You received this messa
ON as I put the DJango_filters in it, BOOM, Heroku won't run it.
I can find literally no documentation except for the textbook info from
DJango, which doesn't troubleshoot at all.
Has anyone had this trouble already?
I have to get this up and running!
ANY suggestions would be helpful. ANY..
the
error logs in a sec. Thanks ya'll!!
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:* https://epiccharterschools.zoom.us/j/2970513912
Classroom Google Site:
https://sites.google.com/epiccharterschools.org/charlottewoodclassroom/home
Epic Technica
mber every using heroku pip
install.
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:* https://epiccharterschools.zoom.us/j/2970513912
Classroom Google Site:
https://sites.google.com/epiccharterschools.org/charlottewoodclassroom/home
Epic Technical Sup
I am currently uninstalling and re-installing everylthing, but I would love
for you to help with this issue.
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:* https://epiccharterschools.zoom.us/j/2970513912
Classroom Google Site:
https://sites.google.com
I have that. That's not the problem. My specific problem is
django_filters. My app worked totally fine until I added these filters.
My questions was: has anyone had trouble with django-filters and if so,
how did you fix it?
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeti
named 'django_heroku'
remote:
remote: ! Error while running '$ python manage.py collectstatic
--noinput'.
remote:See traceback above for details.
remote:
remote:You may need to update application code to resolve this
error.
remote:Or, you
remote: File
"/tmp/build_c255721dd1d2732fd6d23e4f7726e08a/freshstart/settings.py", line
6, in
remote:import django_heroku
remote:ModuleNotFoundError: No module named 'django_heroku'
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID
yes, but look at the error...now it isn't recognize the django-heroku app
all of a sudden. it's not yielding any error on django_filters. you
think my python is corrupt?
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom U
What are you trying to do?
On Thu, Jun 27, 2019, 2:09 PM swimmer wrote:
> Dear Django community,
>
> I have a data model that looks like the following:
>
> class Submission(models.Model):
>...
>
> class Assessment(models.Model):
>submission = models.ForeignKey(
>Submission, on_de
I need this too!!
On Fri, Jun 28, 2019, 1:22 PM Emmanuel klutse wrote:
> Hello Team.
> I’m new to programming and I’ve been studying Django for 6 months now. I
> just started my first project and i need help with handling sending emails
> from a user form.
> I am using send_mail function to allo
You mean to print it out on a search page, or to actually make a drop down
box appear?
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:* https://epiccharterschools.zoom.us/j/2970513912
Classroom Google Site:
https://sites.google.com/epiccharterschools.org
Name}}{% endfor %}
{% for student in object.student.all %}
{{self.student.Student_First_Name}}
{{self.student.Student_Last_Name}}{% endfor %}
{% for course in object.course.all %}
{{self.course.Course_Title}} {% endfor %}
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID
Thank you!
My hopeful result is to print a list of students enrolled in a course along
with the teacher's name on the screen. (So a teacher can see who is
enrolled in just her class.)
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:*
can you use a form/model/template instead?
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:* https://epiccharterschools.zoom.us/j/2970513912
Classroom Google Site:
https://sites.google.com/epiccharterschools.org/charlottewoodclassroom/home
Epic Technical
I found that doing a project from YouTube was helpful. It made me wonder
how to accomplish things I didn't even know I would wonder about..
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:* https://epiccharterschools.zoom.us/j/2970513912
Classroom G
What is the name of the field in your model? ie: Title, Name, etc so
one option would be product.title or product.name
can you just put your model in here?
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:* https://epiccharterschools.zoom.us/j
and, are you using a base.html? and a form.html? then customizing the
template for the product_view?
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:* https://epiccharterschools.zoom.us/j/2970513912
Classroom Google Site:
https://sites.google.com
ame =
django_filters.CharFilter(lookup_expr='icontains',label='Product Name
contains')
class Meta:
model = Product
fields = {
}
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:* https://epiccharterschools.zoom.us/j/2970513912
Classroom
It looks as if you have an odd value in there for the hour. Do you?
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:* https://epiccharterschools.zoom.us/j/2970513912
Classroom Google Site:
https://sites.google.com/epiccharterschools.org
Have you listed hello_world in your apps in settings.py?
Is it something that you pip install?
Is it the name of a view that you have imported at the top but maybe
deleted?
Now, sometimes heroku will ignore things but I believe this is just your
local server to which you are referring?
On Sat,
why are you doing this? is the e-mail address really test+z or are you
adding the plus sign for some specific reason?
Charlotte Wood, MEd
Educator
(405) 578-5701
Zoom Meeting ID#: 4055785701
*Zoom URL:* https://epiccharterschools.zoom.us/j/2970513912
Classroom Google Site:
https
Can you post your code?
On Mon, Jul 22, 2019, 7:20 PM Mei B wrote:
> I'm trying to use the admin widget FilteredSelectMultiple, I can get it to
> render on my page, but I want to customize it a bit more.
>
> I want to change the labels from available/chosen, change the size, and
> reorder the bo
Windows?
On Wed, Jul 31, 2019, 6:20 AM Sammy Agrawal wrote:
> Still having this problem- no solution found
>
> On Tuesday, February 9, 2016 at 7:22:58 PM UTC-5, michaela...@gmail.com
> wrote:
>>
>> Hi,
>>
>> I am running into the same problem as this:
>>
>> http://stackoverflow.com/questions/304
24 matches
Mail list logo