Shubham
Shubham
recreated
Artyom
worked
Try to check your database, particulary django_migrations table
Shubham
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
Shreehari
still a beginner xD
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
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
You need to add bootstrap3 to INSTALLED_APPS
satyam
okk wait i will try
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
Shreehari
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
Shreehari
Mirco
GuriSandal
https://t.me/joinchat/LadPWBe3GBmXMyaOSg9OmA
Shreehari
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?
Mirco
Himanshu
Is there any similar flask group?
Mirco
Алишер
Mirco
cutout
Guys how can install Django on windows
Puranjay
I want to draw bar graph in django templates
Puranjay
Can someone tell me a framework for that
Mirco
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
007
yeah, there is submenu that contain many paragraph link , if anyone click on link , that will redirect to relative paragraph
Rainieri