Re: TINYMCE Configuration on Django

2020-02-16 Thread Hedrick Godson's
https://django-tinymce.readthedocs.io/en/latest/installation.html That will help On Sun, 16 Feb 2020, 22:27 wrote: > Configured as you specified below but still problem persist > > > > *From:* django-users@googlegroups.com *On > Behalf Of *Omkar Parab > *Sent:* Sunday, 16 February 2020 22:01

RE: TINYMCE Configuration on Django

2020-02-16 Thread ngallen4
Configured as you specified below but still problem persist From: django-users@googlegroups.com On Behalf Of Omkar Parab Sent: Sunday, 16 February 2020 22:01 To: django-users@googlegroups.com Subject: Re: TINYMCE Configuration on Django Ckeditor is also cool, and easy to use in

Re: Python Django Training

2020-02-16 Thread Akshay Raul
I am interested also. Please let me know the details. On Sat 1 Feb, 2020, 2:42 PM Srikanth K, wrote: > Hi, > > I am from Hyderabad. I am Python Developer by Profession. I am eager take > up any Python , Django Training (online Preferrable or Weekends). Members > who require can contact me or

Re: Python Django Training

2020-02-16 Thread Akorede Habeebullah
I'm interested too. You can add me up on WhatsApp +2348179564316 On Sat, Feb 8, 2020 at 5:48 AM Hector Gonzalez wrote: > Iam interest!!! Take my email > El 2 feb. 2020 12:33 PM, "V S V Narsimha Murthy" > escribió: > >> Hi Everyone, >> >> I am interested to attend the python and Django

Re: TINYMCE Configuration on Django

2020-02-16 Thread Omkar Parab
Ckeditor is also cool, and easy to use in production. On Mon, Feb 17, 2020, 12:02 AM Hedrick Godson's wrote: > In ur settings.py file add this > Add to installed apps > INSTALLED_APPS = [ > 'tinymce', > > ] > > Configure it > > TINYMCE_DEFAULT_CONFIG = { > 'plugins' :"image, imagetools, media,

Re: TINYMCE Configuration on Django

2020-02-16 Thread Hedrick Godson's
In ur settings.py file add this Add to installed apps INSTALLED_APPS = [ 'tinymce', ] Configure it TINYMCE_DEFAULT_CONFIG = { 'plugins' :"image, imagetools, media, codesample,link, code, textcolor, save, preview, table", 'theme' : 'modern', 'cleanup_on_startup' : True, 'menubar' : True,

Re: Study and project partner(s) needed

2020-02-16 Thread Akorede Habeebullah
Thanks for your interest. You can join the whatsApp group via https://chat.whatsapp.com/IpOfUUdkdCJCUwZjQfQBZR On Friday, February 14, 2020 at 8:45:32 AM UTC-8, Greenfield Obasi wrote: > > Yooo let do this! > > On Fri, 14 Feb 2020, 16:16 Akorede Habeebullah, > wrote: > >> Hi guys, >> >> I've

Re: Study and project partner(s) needed

2020-02-16 Thread Kyl Francis
Hi, I'm interested. How can I reach you? Le dim. 16 févr. 2020 à 17:39, Realdox Opeyemi a écrit : > I think the person that start this thread should create a WhatsApp group > ,all of us can discuss there and code through GitHub ...if you like the > idea ,here is my digit ...+2348163534852 > On

Re: Study and project partner(s) needed

2020-02-16 Thread Kyl Francis
you can create a group from whatsapp or telegram Le ven. 14 févr. 2020 à 17:15, Akorede Habeebullah a écrit : > Hi guys, > > I've been learning Django on a solo for a while now and I'm really in need > of a Programmer friend/partner who we can always learn together, build > projects together.

Re: Study and project partner(s) needed

2020-02-16 Thread Mint Code
Add me up guys, let's build something Great together, WhatsApp (08102352911), Gmail (destinyjunior...@gmail.com) On Sat, Feb 15, 2020, 10:25 PM Realdox Opeyemi wrote: > I'm also a Django beginner we can team up and reach our destination > together ..email : realdox2yk47...@gmail.com

Re: Study and project partner(s) needed

2020-02-16 Thread Akorede Habeebullah
I'm really impressed in the level of interest you guys have shown in my request. I've created a whatsapp group where we can all discuss and move from there. I'll add up those who have dropped their numbers and for others, you can join via the invite link below :

Re: Study and project partner(s) needed

2020-02-16 Thread Hector Berrones
Please add me to the group ±19567755951 On Sun, Feb 16, 2020, 10:39 AM Realdox Opeyemi wrote: > I think the person that start this thread should create a WhatsApp group > ,all of us can discuss there and code through GitHub ...if you like the > idea ,here is my digit ...+2348163534852 > On Feb

Re: Study and project partner(s) needed

2020-02-16 Thread Realdox Opeyemi
I think the person that start this thread should create a WhatsApp group ,all of us can discuss there and code through GitHub ...if you like the idea ,here is my digit ...+2348163534852 On Feb 14, 2020 5:15 PM, "Akorede Habeebullah" wrote: > Hi guys, > > I've been learning Django on a solo for a

Re: Bootstrap not found

2020-02-16 Thread Alessandro D' Oronzo
Thank you!!! > Il giorno 16 feb 2020, alle ore 16:13, maninder singh Kumar > ha scritto: > > Static file location in settings.py > > >   > Maninder Kumar > about.me/maninder.s.kumar > > > > > > On Sun, Feb

RE: TINYMCE Configuration on Django

2020-02-16 Thread ngallen4
On settings.py # TIYMCE DJANGO_SETTINGS_MODULE='testtinymce.settings' From: django-users@googlegroups.com On Behalf Of Hedrick Godson's Sent: Sunday, 16 February 2020 17:57 To: django-users@googlegroups.com Subject: Re: TINYMCE Configuration on Django How did you configure tinymce

Re: Bootstrap not found

2020-02-16 Thread maninder singh Kumar
Static file location in settings.py [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Sun, Feb 16, 2020 at 8:36 PM Alessandro D' Oronzo wrote: > Hi everyone, > I have a problem with load bootstrap on my

RE: TINYMCE Configuration on Django

2020-02-16 Thread ngallen4
Okay thanks let me do it From: django-users@googlegroups.com On Behalf Of N'BE SORO Sent: Sunday, 16 February 2020 17:43 To: django-users@googlegroups.com Subject: Re: TINYMCE Configuration on Django Hello, please use tinymce 4 Lite https://github.com/Soro08/django-tinymce4-lite

Bootstrap not found

2020-02-16 Thread Alessandro D' Oronzo
Hi everyone, I have a problem with load bootstrap on my generic_template. This is error output: [16/Feb/2020 14:57:37] "GET / HTTP/1.1" 200 2239 [16/Feb/2020 14:57:37] "GET /static/vendor/bootstrap/css/bootstrap.min.css HTTP/1.1" 404 1740 [16/Feb/2020 14:57:37] "GET

Re: TINYMCE Configuration on Django

2020-02-16 Thread Hedrick Godson's
How did you configure tinymce in settings.py?You have to add other functionalities too. On Sun, 16 Feb 2020, 17:43 N'BE SORO wrote: > Hello, please use tinymce 4 Lite > > https://github.com/Soro08/django-tinymce4-lite > > Le dim. 16 févr. 2020 à 14:28, a écrit : > >> Hello >> >> Am Luqman from

Re: What's the preferred way to implement matching mechanism (radius distance search) in an uber-like app

2020-02-16 Thread V. J
Zdravím vás, přišel jsem o PC tak nejsem schopen dělat víc, vše dělám stále jen po telefonu, budu se snažit o to co chci a pokud se mi to povede bude to báječný, pokud bych dělal špatně věci, rád bych od vás zpětnou vazbu, děkuji vám a napíšeme si. Vašek JachimOdesláno z mého telefonu

Re: Study and project partner(s) needed

2020-02-16 Thread maninder singh Kumar
What is the project about Sent from my iPad > On 16-Feb-2020, at 6:58 PM, Jubel Ahmed wrote: > > let's create a group in skype. > skype id : jubel4926 > > >> On Sun, Feb 16, 2020 at 4:51 PM sagar ninave wrote: >> I have created whats app group whoever interested please join the group >> >>

What's the preferred way to implement matching mechanism (radius distance search) in an uber-like app

2020-02-16 Thread Jose Chacón
Hello, django newbie here. I'm from Peru, currently assigned to participate in the development of a startup app. What this startup wants is to match business with truck drivers to transport stuff. I was asked to implement a matching mechanism, firstly I have no idea how to do it but then an

Re: Study and project partner(s) needed

2020-02-16 Thread Jubel Ahmed
let's create a group in skype. skype id : jubel4926 On Sun, Feb 16, 2020 at 4:51 PM sagar ninave wrote: > I have created whats app group whoever interested please join the group > > https://chat.whatsapp.com/GYefegJi1cxAJCfmP1o90R > > > > On Sun, 16 Feb 2020 at 3:58 PM, Jack Lin wrote: > >>

Re: Study and project partner(s) needed

2020-02-16 Thread Farid Aditya
hey i'm from Indonesia, I'm interested to join learning wit this group On Friday, February 14, 2020 at 11:16:13 PM UTC+7, Akorede Habeebullah wrote: > > Hi guys, > > I've been learning Django on a solo for a while now and I'm really in need > of a Programmer friend/partner who we can always

Re: Study and project partner(s) needed

2020-02-16 Thread BIg BoY
Hai..Where are u from. On Sun, Feb 16, 2020 at 4:11 AM yusuf abdul wrote: > Hi > Am a Django beginner, I will also like to get a learning partner. > > am in... > > On Fri, Feb 14, 2020, 5:15 PM Akorede Habeebullah wrote: > >> Hi guys, >> >> I've been learning Django on a solo for a while now

Re: Study and project partner(s) needed

2020-02-16 Thread sagar ninave
I have created whats app group whoever interested please join the group https://chat.whatsapp.com/GYefegJi1cxAJCfmP1o90R On Sun, 16 Feb 2020 at 3:58 PM, Jack Lin wrote: > Since no one is gathering everyone, I created a Django Learning Group on > Telegram

remote/onsite job

2020-02-16 Thread Tosin Ayoola
guyz is there any vacancy available for django developer, as i'm really in need a a job -- 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

Re: Study and project partner(s) needed

2020-02-16 Thread Jack Lin
Since no one is gathering everyone, I created a Django Learning Group on Telegram If anyone is interested, just click the link and join us. Akorede Habeebullah於 2020年2月15日星期六 UTC+8上午12時16分13秒寫道: > > Hi guys, > > I've been learning Django on a solo

Re: Study and project partner(s) needed

2020-02-16 Thread re...@nemhans.com
Yes, I am interested. On Sat, 15 Feb, 2020, 3:20 AM mohamed khaled, wrote: > I need to partner to work with me and I have another one help together to > build big apps. to each one of us improve our resume. and learn how to work > together using git and github and I hope to work with us you

Re: Any newbies especially in Cape Town for meetups?

2020-02-16 Thread Perceval Maturure
That’s a good point. How about, could you elaborate on how this can be done? Skype calls? Skype groups? Please share what you have in mind Regards Perceval > On 15 Feb 2020, at 23:42, Francis Butawu wrote: > > Hi All > > I'm new to Django and I'm looking for some people to organize a meetup

How to create custom registration form in django rest api?

2020-02-16 Thread maunish dave
I am creating an health care app which need to include patients and doctors account, i have created Doctor model which have various info of doctor now i want a serializer which maps this model to a proper html registration form. My problem is that i can get a normal form rendered but it is only

Re: Study and project partner(s) needed

2020-02-16 Thread yusuf abdul
Hi Am a Django beginner, I will also like to get a learning partner. am in... On Fri, Feb 14, 2020, 5:15 PM Akorede Habeebullah Hi guys, > > I've been learning Django on a solo for a while now and I'm really in need > of a Programmer friend/partner who we can always learn together, build >