Re: django_bootstrap_calendar and admin backend

2016-07-20 Thread Cronos Cto
That explains alot of the issues I am having. Since it is a compatibility issue, I am guessing there is no way to make it work right? -- 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

Re: django_bootstrap_calendar and admin backend

2016-07-19 Thread Cronos Cto
This happened. Sorry for taking so long, had exams to take care of. -- 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 django-users+unsubscr...@googlegroups.com.

Re: django_bootstrap_calendar and admin backend

2016-07-14 Thread Cronos Cto
Yes https://github.com/sandlbn/django-bootstrap-calendar/ this is the one I am using. This are the parts I changed. \mysite\mysite\settings.py

Re: django_bootstrap_calendar and admin backend

2016-07-13 Thread Cronos Cto
Hello Ludovic, what part of the code would you like me to post ? -- 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 django-users+unsubscr...@googlegroups.com. To

Re: django_bootstrap_calendar and admin backend

2016-07-12 Thread Cronos Cto
Ok so I was able to fix one of my problems, consisted in framework not recognizing the database, had to delete it and migrate everything again. Right now I can add events in my backend, but when I check my website the day where I have set the event lights up, but does not show title, hour or

Re: django_bootstrap_calendar and admin backend

2016-07-12 Thread Cronos Cto
Ok so I was able to fix one of my problems, consisted in framework not recognizing the database, had to delete it and migrate everything again. Right now I can add events in my backend, but when I check my website the day where I have set the event lights up, but does not show title, hour or

django_bootstrap_calendar and admin backend

2016-07-07 Thread Cronos Cto
I am doing a project where I gotta explore as much of the Django framework as possible. One of the things I want to do is to implement the app django_bootstrap_calendar, so far I was able to implement the the calendar to a button that is a linked to the calendars address. I am having a hard

Re: New to Django (stuck at the end of the tutorial)

2016-05-01 Thread Cronos Cto
Ty Aeron I will check it out. -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to

Re: New to Django (stuck at the end of the tutorial)

2016-04-28 Thread Cronos Cto
Nikhil Beniwal , I tried I get an error that says __init__() takes 1 positional argument but 2 were given. I don't understand, I must be doing something wrong since this was done with the help of the Django official tutorial. -- You received this message because you are subscribed to the

Re: New to Django (stuck at the end of the tutorial)

2016-04-26 Thread Cronos Cto
Could you give me an example or so Vijay Khemali? -- 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 django-users+unsubscr...@googlegroups.com. To post to this

Re: New to Django (stuck at the end of the tutorial)

2016-04-26 Thread Cronos Cto
´ Doesnt seem to fix it still. I have no clue how to go further, totally new to django. -- You received this message because you are subscribed to the Google

Re: New to Django (stuck at the end of the tutorial)

2016-04-26 Thread Cronos Cto
I have tried the include solution. Just creates more erros as knbk said. -- 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: New to Django (stuck at the end of the tutorial)

2016-04-26 Thread Cronos Cto
terça-feira, 26 de Abril de 2016 às 08:33:09 UTC+1, Cronos Cto escreveu: > > > Hello Django Lovers. > > So I started on Django as project of mine. Seems like a great first > framework to start on. At the moment I am stuck at this: > > > > <https://lh3.g

New to Django (stuck at the end of the tutorial)

2016-04-26 Thread Cronos Cto
Hello Django Lovers. So I started on Django as project of mine. Seems like a great first framework to start on. At the moment I am stuck at this: This was after