Re: Writing your first Django app, part 1 - Can't Follow it

2019-07-31 Thread Charlotte Wood
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: >> >>

Re: How to customize AdminWidget FilteredSelectMultiple?

2019-07-23 Thread Charlotte Wood
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

Re: Using plus sign in email adresses for testing purposes

2019-07-14 Thread Charlotte Wood
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

Re: python manage.py runserver error

2019-07-13 Thread Charlotte Wood
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,

Re: Connecting to SQL Server

2019-07-04 Thread Charlotte Wood
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

Re: help

2019-07-03 Thread Charlotte Wood
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 Google Site: https://sites.google.com/epiccharterschools.org/cha

Re: help

2019-07-03 Thread Charlotte Wood
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

Re: help

2019-07-03 Thread Charlotte Wood
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

Re: New leaener.

2019-07-02 Thread Charlotte Wood
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 Google

Re: Help

2019-06-30 Thread Charlotte Wood
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

Re: linking three models??

2019-06-29 Thread Charlotte Wood
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:* https

linking three models??

2019-06-29 Thread Charlotte Wood
course.all %} {{self.course.Course_Title}} {% endfor %} 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

Re: search data from dropdown box

2019-06-29 Thread Charlotte Wood
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

Re: Sending Email from form

2019-06-28 Thread Charlotte Wood
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

Re: Beginner's question regarding prefetch_related

2019-06-27 Thread Charlotte Wood
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,

Re: Heroku and DJango_Filters

2019-06-26 Thread Charlotte Wood
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 URL:* https

Re: Heroku and DJango_Filters

2019-06-26 Thread Charlotte Wood
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#: 4055785

Re: Heroku and DJango_Filters

2019-06-26 Thread Charlotte Wood
! Push rejected, failed to compile Python app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to epiclivetest2. remote: To https://git.heroku.com/epiclivetest2.git ! [remote rejected] master -> master (pre-receive hook decli

Re: Heroku and DJango_Filters

2019-06-26 Thread Charlotte Wood
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 Meeting ID

Re: Heroku and DJango_Filters

2019-06-26 Thread Charlotte Wood
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

Re: Heroku and DJango_Filters

2019-06-26 Thread Charlotte Wood
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 Support: (405

Re: Heroku and DJango_Filters

2019-06-26 Thread Charlotte Wood
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 Technical Support:

Heroku and DJango_Filters

2019-06-26 Thread Charlotte Wood
N 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. Charlotte

Display ManyToManyField value or a select_related query in an html object list

2019-06-24 Thread Charlotte Wood
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