Shubham
recreated
Artyom
worked
Try to check your database, particulary django_migrations table
inchidi
worked
looks like you did a mistake, you dont reset migration or delete any migration file everytime tho. you did that only when you want to make big changes in your db structure and you didnt care with your old data
Anonymous
Hello! Who build inventory app on Django?
Shreehari
https://del.dog/xuyayiqani.sql
Shreehari
https://del.dog/xuyayiqani.sql
can some help me with this ? was trying from a tutorial
Mirco
can some help me with this ? was trying from a tutorial
This is the typical case where the generic CreateView could help you on avoiding headaches
Shreehari
still a beginner xD
Mirco
sorry , but i dint get what you are trying to say.
Make a search on Django docs 😁 look for CreateView and read about it , you will discover some interesting things 💪
Shreehari
👍👍👍
Shreehari
thanks
Mirco
thanks
You will also save lines of code 😁
Shreehari
👍👍👍😅😅
satyam
hii
satyam
https://dpaste.de/YwGA
satyam
I am getting
satyam
''bootstrap3'' is not a registered tag library. Must be one of: admin_list admin_modify admin_static admin_urls cache humanize i18n l10n log static staticfiles tz
satyam
how can i solve this error?? Thank you in advance
Mirco
how can i solve this error?? Thank you in advance
Did you install the app that has bootstrap3 templatetag ?
satyam
yeah it was account app
satyam
how can i share image in this group is there any way??
Mirco
You can't
satyam
ok
Mirco
Use dpaste or pastebin
satyam
okk
satyam
https://stackoverflow.com/questions/40686201/django-1-10-1-my-templatetag-is-not-a-registered-tag-library-must-be-one-of/42881074
satyam
i cannot not understand what are they telling to do
Mirco
yeah it was account app
It's not account app
Mirco
You need to add bootstrap3 to INSTALLED_APPS
satyam
okk wait i will try
Mirco
i cannot not understand what are they telling to do
And Django is simply telling you that he can't find the tag because it's not registered
satyam
i added it in installed app but still not working same error
satyam
{% load 'bootstrap3' %} This line is highlited and error is shown
Mirco
Share your settings pls
satyam
ok
satyam
https://dpaste.de/HxKs
Shreehari
Share your settings pls
i have not added bootstrap3 in settings.py still those codes work i have added the needed stuffs as a static file
Mirco
https://dpaste.de/HxKs
Ok so stop and re-run django runserver
satyam
still same
Mirco
still same
Which package did u install with pip ?
satyam
I dont get it??
Mirco
I dont get it??
You need to install django-bootstrap with pip to use it
Mirco
https://django-bootstrap3.readthedocs.io/en/latest/installation.html
satyam
i installed it with pip then restarted the server still same ?
satyam
??
Mirco
At the moment my ideas are over 😂
Mirco
im confused now
It's different , you've added it via css/js but there are some Django packages to use in a pythonic way
Mirco
GuriSandal
https://t.me/joinchat/LadPWBe3GBmXMyaOSg9OmA
Shreehari
pip install --force-reinstall boo*
amit
I am building recommendation engine with content of youtube Quora(Q&A) and medium articles ,Of which i have article heading , youtube vedios title and Quora question(text) . I want to give specific tags with use of nlp for every content user clicks on and save it as a matrix or as list of intrests for the user. How should i approach to solve this problem.
ms
Hello friends i have a problem in "return render " that doesn't working
ms
And the variable passed to the webpage can't visible at the webpage
Алишер
Hello, guys! I have model in django-orm with CharField and choices associated with it. I want to get objects if this field of object equals CHOICE_1 or CHOICE_2. How can I do that?
Алишер
use .filter() and pass to it the value of choice
Oh, thank you. Also I find information about Q object and I think it will be useful here
Himanshu
Is there any similar flask group?
Mirco
yes, this is my case
cool 😊
cutout
Guys how can install Django on windows
Mirco
Guys how can install Django on windows
go on django official docs and follow the instructions
Puranjay
I want to draw bar graph in django templates
Puranjay
Can someone tell me a framework for that
Puranjay
This is a java script framework na?
Puranjay
Is there something similar in django
Mirco
You could use something like plotly to generate graphs with py
007
how to access template paragraph using django url ?
007
using its id
Mirco
how to access template paragraph using django url ?
for scrolling into it automatically ?
007
yeah, there is submenu that contain many paragraph link , if anyone click on link , that will redirect to relative paragraph
Rainieri
Guys how can install Django on windows
Pip install django 😊
Mirco
yeah, there is submenu that contain many paragraph link , if anyone click on link , that will redirect to relative paragraph
u can use just js for this goal for example if u add hash link #your-div then into js you can use scrollIntoView() method by passing the hash that refers to your div id