Gk
Icons not working no one replies
Ghorz
Gk
Thanks
snc
Icons not working no one replies
were you using static file for locating icon source?
Gk
I guess no one here uses bootstrap
Ghorz
Check if you're serving library locally or cdn
Gk
Can you help
Gk
I am using cdn
Ghorz
Follow bootstrap instructions
snc
Follow bootstrap instructions
thats not a bootstrap issue in anyway
Gk
I did used link place in fa-fa Facebook in where I want it but it keeps loading
Gk
Ok
I guess
Saw
Hello. I would like to know if it was possible to convert his Django web application to a mobile application? If yes could you help me with the method or procedure to follow? Thank you.
Gk
Yes
Gk
Everything is working fine
Gk
I am using cdn for all
Pankaj
Go bootstrap documentation and check these Issue
Ojas
And make the app in flutter or java
Saw
app?
Yes
snc
Yes
then use build a front end app for that.... use java, kotline or dart with flutter
Saw
U can make a api ig
Thank you. I am a beginner on Django. Could you help me with a link or tutorial?
Saw
what tutorial?
A tutorial wich Can help me touche create a api ig
snc
A tutorial wich Can help me touche create a api ig
actually i found no... tutorial for api which go like building evry aspect of api... so i think you should learn django.... then learn api building by watching different video /tutorial and DRF docs
Raj
Hi looking for experienced python /django developers to work on a digital banking projects .. please ping me for more details
Samuel
I wonder the use of this group when we can help ourselves, I'm a new django user and have been trying to develop my server using python manage.py runserver, but have been receiving module not found error. Have been seeking for help in this group since last week but no body is ready to help.
Samuel
Ok sir I will do that right way
Gk
Please share error
Samuel
_ mod = importlib.import_module(self.SETTINGS_MODULE) File "C:\Users\user\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1014, in _gcd_import File "<frozen importlib._bootstrap>", line 991, in _find_and_load File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked ModuleNotFoundError: No module named 'mysite.settings'
Samuel
Have you created a virtual enviroment ?
Yes I did but how can I confirm that
Samuel
Mostafa
Yes sir
okay so pm me i will try to help you fix it
Sergei
Hello) Who will tell you how to set time in celery to complete the task?
Sergei
do you use celery beat?
Yes i found something it is right?
Sergei
@periodic_task(time_limit=3600)
Sergei
i need one hour
Mindru
CELERYBEAT_SCHEDULE = { # executes every day at 12 'send_messages_on_birth_date': { 'task': 'your task name', 'schedule': crontab(hour=12) } }
Mindru
https://docs.celeryproject.org/en/latest/userguide/periodic-tasks.html#using-custom-scheduler-classes
Anonymous
Hi folks. Is it possible to write some custom directive in mod_wsgi configuration just like wsgiprocessgroup.. I would like to write new directive that should be readable in python code
Anonymous
Ex : dnsname dev01
Anonymous
Just like this
Ghorz
Read the error bottom up. That's the only way you can help yourself
Anonymous
Hi
Anonymous
Can anyone please help me to build a follow system with drf?
Anonymous
How to save values from a simple django form to a model
Anonymous
Without using a modelform?
Anonymous
Can someone please help me regarding this
Anonymous
Can someone please help me regarding this
If request.method=="POST": Get fields value from here and match with models
Anonymous
Nobody know postgis
Ask what you need
Rony
Does any one solve this “practical django 2 and channels 2” book? I think this book has some problems in it’s code
Rony
You can contact Federico Marani , the author
Does he respond? I tried to contact another author William Vincent but he didn’t respond. But I solved those issues by myself. Do you think that learning Django for professional work should I need to solve this practical Django 2 and channels 2? Or should I move on learning those things part by part from YouTube? Should I have to follow the book’s process to make a professional site with Django+react??
Mirco
He will answer you and I think he provided an email to contact him for any issue about the book
Mirco
I didn't find any strange stuff into the code
Rony
The irony is when I use python manage.py dumpdata — indent 2 —natural-primary main.ProductTag \ it shows commanderror: no installed app with label ‘\’ but if I use only python manage.py dumpdata — indent 2 —natural-primary main.ProductTag it just copied the data from db. I googled, copied from the github but has no clue. producttag.json file is not created in the fixtures folder
Rony
I didn't find any strange stuff into the code
Then I must be doing any wrong with this book. I will again start from the beginning. Should I switch back to Django 2 from Django 3? I am using Django 3.1