What do you need help with email me .

On Saturday, September 5, 2020, Muhammad Rashid <[email protected]>
wrote:

> i need help in django, i will pay ,if anyone can help me out
>
> On Sat, Sep 5, 2020 at 6:02 PM <[email protected]> wrote:
>
>> [email protected]
>> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/django-users/topics>
>>  Google
>> Groups
>> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview>
>> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview>
>> Today's topic summary
>> View all topics
>> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/django-users/topics>
>>
>>    - Image upload using django-summernote is ok in admin panel but not
>>    showing to user
>>    <#m_-6385962114934806622_m_9085366935151291614_group_thread_0> - 4
>>    Updates
>>    - Help. if i runserver I get this error
>>    <#m_-6385962114934806622_m_9085366935151291614_group_thread_1> - 2
>>    Updates
>>    - Weird caching issue with database query
>>    <#m_-6385962114934806622_m_9085366935151291614_group_thread_2> - 2
>>    Updates
>>    - Project setup
>>    <#m_-6385962114934806622_m_9085366935151291614_group_thread_3> - 3
>>    Updates
>>
>> Image upload using django-summernote is ok in admin panel but not showing
>> to user
>> <http://groups.google.com/group/django-users/t/5d886739f7333f7?utm_source=digest&utm_medium=email>
>> sourav chakraborty <[email protected]>: Sep 05 11:17AM +0530
>>
>> Hi All,
>>
>> I'm testing on Some Quiz project, while in admin panel using Summernote
>> admin can see the text editor and upload and the uploaded image
>>
>> class QuestionAdmin(SummernoteModelAdmin): ...more
>> <http://groups.google.com/group/django-users/msg/1e1a04a2dc51d?utm_source=digest&utm_medium=email>
>> Ogunsanya Opeyemi <[email protected]>: Sep 05 12:29PM +0100
>>
>> You are rendering the image tag img inside a textbox area.
>>
>> On Saturday, September 5, 2020, sourav chakraborty <
>> [email protected]>
>> wrote:
>>
>>
>> --
>> OGUNSANYA OPEYEMI
>> ...more
>> <http://groups.google.com/group/django-users/msg/1ef213193dea6?utm_source=digest&utm_medium=email>
>> sourav chakraborty <[email protected]>: Sep 05 05:14PM +0530
>>
>> Yes, but please suggest what should be the type of field then? As I want
>> to
>> use an editor to write content as well as upload images specific to
>> content.
>>
>> On Sat, Sep 5, 2020 at 4:59 PM Ogunsanya ...more
>> <http://groups.google.com/group/django-users/msg/1effccd1629f8?utm_source=digest&utm_medium=email>
>> hans alexander <[email protected]>: Sep 05 07:35PM +0700
>>
>> You can use CKEditor 5 for creating content.
>> Check this
>>
>> https://jawaban.online/scope/outlink/6025/django-ckeditor-pypi/
>>
>>
>> On Sat, Sep 5, 2020 at 6:46 PM sourav chakraborty ...more
>> <http://groups.google.com/group/django-users/msg/1f2c67da099e5?utm_source=digest&utm_medium=email>
>> Back to top <#m_-6385962114934806622_m_9085366935151291614_digest_top>
>> Help. if i runserver I get this error
>> <http://groups.google.com/group/django-users/t/2bcff7be9275317d?utm_source=digest&utm_medium=email>
>> Boi Deekay <[email protected]>: Sep 03 01:42PM -0700
>>
>> Page not found (404)Request Method:
>> GETRequest URL:
>> http://127.0.0.1:8000/
>>
>> Using the URLconf defined in myFirstPy.urls, Django tried these URL
>> patterns, in this order:
>>
>> 1. text/ ...more
>> <http://groups.google.com/group/django-users/msg/1b1ededfb5aab?utm_source=digest&utm_medium=email>
>> hans alexander <[email protected]>: Sep 05 02:05PM +0700
>>
>> You need to set your index path in urls.py like this:
>> path(' ', <your view>, <url name>)
>>
>> ...more
>> <http://groups.google.com/group/django-users/msg/1e0c1b730b770?utm_source=digest&utm_medium=email>
>> Back to top <#m_-6385962114934806622_m_9085366935151291614_digest_top>
>> Weird caching issue with database query
>> <http://groups.google.com/group/django-users/t/aaf8f2c9b00da098?utm_source=digest&utm_medium=email>
>> Michael Jensen <[email protected]>: Sep 04 10:47AM -0700
>>
>> I have a page that shows a grid of items and dates associated with that.
>> I
>> am using a JOIN query to get the data, but it appears to be cached or
>> delayed somehow. When I query the database directly ...more
>> <http://groups.google.com/group/django-users/msg/1b9757ede5cd4?utm_source=digest&utm_medium=email>
>> Michael Jensen <[email protected]>: Sep 04 02:02PM -0700
>>
>> Looks like it was my sql query, figured it out!
>>
>> On Friday, September 4, 2020 at 1:07:26 PM UTC-6 Michael Jensen wrote:
>>
>> ...more
>> <http://groups.google.com/group/django-users/msg/1bfb9e2ffcd9c?utm_source=digest&utm_medium=email>
>> Back to top <#m_-6385962114934806622_m_9085366935151291614_digest_top>
>> Project setup
>> <http://groups.google.com/group/django-users/t/33d744df3af18c75?utm_source=digest&utm_medium=email>
>> Kritika Paul <[email protected]>: Sep 04 11:36AM +0530
>>
>> Hi
>>
>> I am a beginner to django and trying to create a full fledged school
>> management system on django.
>> I need someone to help in setting up the project from base.
>> Basic ideas like from which ...more
>> <http://groups.google.com/group/django-users/msg/1b1ee12b7ac9d?utm_source=digest&utm_medium=email>
>> Pawan Acharya <[email protected]>: Sep 04 10:22PM +0530
>>
>> [email protected]
>>
>> ...more
>> <http://groups.google.com/group/django-users/msg/1b23d1ba31935?utm_source=digest&utm_medium=email>
>> Omkar Parab <[email protected]>: Sep 04 10:46PM +0530
>>
>> Check-out this repository. 👇
>> https://github.com/adigunsherif/Django-School-Management-System
>>
>> ...more
>> <http://groups.google.com/group/django-users/msg/1b387ebb5e98d?utm_source=digest&utm_medium=email>
>> Back to top <#m_-6385962114934806622_m_9085366935151291614_digest_top>
>> You received this digest because you're subscribed to updates for this
>> group. You can change your settings on the group membership page
>> <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/django-users/join>
>> .
>> To unsubscribe from this group and stop receiving emails from it send an
>> email to [email protected].
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAPQzWA0Dq%3DA3Kw2CsDG_4Fc6HTwkEjPo0noV4ptVj2hNCMLnqQ
> %40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAPQzWA0Dq%3DA3Kw2CsDG_4Fc6HTwkEjPo0noV4ptVj2hNCMLnqQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
OGUNSANYA OPEYEMI

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABJxPrGBs%2BPVJBRaO4Ttg5ZdCxphaAXPCi9kMRfOsVOwg_zKkQ%40mail.gmail.com.

Reply via email to