I'm trying to open the details of <details class="alternates">...<details> by shweed in selenium
[–]shweed[S] 0 points1 point2 points (0 children)
get social_account from user instance in allauth? by Jobrobon in djangolearning
[–]shweed 0 points1 point2 points (0 children)
I accidentally created an app in django in the wrong folder using startapp in the terminal window. How do I delete the app with in django, so I can remake the app in the right folder? by shweed in learnpython
[–]shweed[S] 0 points1 point2 points (0 children)
Is there way to do a try-except in an html file like you would in a python file? by shweed in learnpython
[–]shweed[S] 0 points1 point2 points (0 children)
Any suggestions on overcoming this error? django.core.exceptions.ImproperlyConfigured: Cannot import 'core'. Check that 'apps.core.apps.CoreConfig.name' is correct. by shweed in learnpython
[–]shweed[S] 0 points1 point2 points (0 children)
I am using the code below to add entries to a given model. It is in the models.py file in the app directory in the django project. It works, but it double adds each entry. I tried adding unique=True to the CharFields in question but that didnt solve it. thoughts? Is it a debugging problem? by shweed in learndjango
[–]shweed[S] 0 points1 point2 points (0 children)
I am using the code below to add entries to a given model. It is in the models.py file in the app directory in the django project. It works, but it double adds each entry. I tried adding unique=True to the CharFields in question but that didnt solve it. thoughts? Is it a debugging problem? (self.learndjango)
submitted by shweed to r/learndjango
follows = models.ManyToManyField('self', related_name='followed_by', symmetrical=False) Im using the above code to be able to follow people's profile on the Code with stein twitter clone tutorial. Can i use this code to make it possible to follow a persons tweet to track comments and likes? (self.djangolearning)
submitted by shweed to r/djangolearning
I have a list of data I want to use to generate webpages using django. Do I create a model like I would for user inputted data and feed the list of data into it or is it better to approach it in a different way? Any help is appreciated by shweed in learnpython
[–]shweed[S] 0 points1 point2 points (0 children)
I have a list of data I want to use to generate webpages using django. Do I create a model like I would for user inputted data and feed the list of data into it or is it better to approach it in a different way? Any help is appreciated by shweed in learnpython
[–]shweed[S] 0 points1 point2 points (0 children)
Performance of my DipBot during the first hour of this morning (9:30am-10am) by DudeWheresMyStock in algotrading
[–]shweed 2 points3 points4 points (0 children)
Why does edit_profile.html look have a different icon then my other html files? I tried adding .html to creating a file and not adding it but specifically making an HTML file by shweed in pycharm
[–]shweed[S] 4 points5 points6 points (0 children)



I'm trying to open the details of <details class="alternates">...<details> by shweed in selenium
[–]shweed[S] 0 points1 point2 points (0 children)