Re: Active Open Source Project to contribute to

2020-03-11 Thread Kevin Dublin
I'm interested as well. Do you have a discord channel? Or Hangouts group? Or slack? And is there a link to the repo? On Wed, Mar 11, 2020, 9:10 AM ranjan jha wrote: > Hey Guys > > We are small startup called Rebataur(https://rebataur.com) and we have > been working on a "Product Management

Has anyone ever deployed a Django project that uses Pyo to Heroku?

2020-02-13 Thread Kevin Dublin
u/python/lib/python3.6/ctypes/__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode) Exception Type: OSError at /Exception Value: /app/.pyo/3.6_64/libs/libasound-fb332ab3.so.2.0.0: cannot open shared object file: No such file or directory Thank you, Kevin Dubli

Re:

2020-01-14 Thread Kevin Dublin
Hi Yusuf, It could be any number of reasons depending on the type of carousel and implementation. I will assume you are using bootstrap and suggest that you make sure all of the necessary bootstrap css and JavaScript files are linked at the bottom of your base template. Also check your carousel

Re: send data to database

2019-12-24 Thread Kevin Dublin
/ This is a pretty thorough guide: https://simpleisbetterthancomplex.com/article/2017/08/19/how-to-render-django-form-manually.html Cheers! Kevin Kevin Dublin Etched Press Editor Author of *How to Fall in Love in San Diego <http://kevindublin.com/how-to-fall/>* Follow me @partever

Re: Static files configuration

2019-12-18 Thread Kevin Dublin
Hey, try this: In settings: # If running collectstatic STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles') # make sure if you have multiple apps that you want to direct to specific location of static files STATIC_DIRS = ( os.path.join(BASE_DIR, '../apps/core/static'), ) Finally if you're

Re:

2019-12-04 Thread Kevin Dublin
Hmm, do you mean that you would like to post a get response with a message and it pass through the URL? Are you trying to pass it to another view? I want to clarify because it involves changing the view, template & urls.py. On Wed, Dec 4, 2019, 12:23 AM Karan Mittal wrote: > I think he wants

Re: Link a .css to a Html template

2019-12-02 Thread Kevin Dublin
Hi Leo, Make sure that you point to the exact directory where the CSS file is located. If it's in static/pages/frame.css, then point to {% static "pages/frame.css" %} Cheers, Kevin On Mon, Dec 2, 2019, 11:15 AM Leó Horváth wrote: > hi! i still cant make it work. this is my html snippet and

Re: Problem django-allauth

2019-11-15 Thread Kevin Dublin
Are you in your virtual environment? And installing with virtualenv or pipenv vs just pip? On Fri, Nov 15, 2019, 11:06 AM Nemanja Marković wrote: > I want to install django-allauth however it throws me a code error: > > Traceback (most recent call last): > File "c:\program

Re: SPA websites with Django

2019-11-14 Thread Kevin Dublin
Hi Inna, Yes. You can setup Django with a single view and page, then use a frontend framework like Vue, React, or anything else to manipulate that single page as your application. I hope this helps! Cheers, Kevin On Thu, Nov 14, 2019, 4:49 AM Michael Thomas wrote: > Django is a backend

Re: Does the "manifest_strict" attribute on "ManifestFilesMixin" work?

2019-11-14 Thread Kevin Dublin
Hi Chris, DId you ever find a solution to this? Because I'm encountering a very similar error. --Kevin On Monday, October 1, 2018 at 4:29:45 AM UTC-7, Chris Bergstresser wrote: > > Hi all -- > >For some reason, I get a "Missing staticfiles manifest entry" even > though the file it's