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 Tool"
_linux_wheel_fix_symlinks
File
"/app/.heroku/python/lib/python3.6/site-packages/pyo/_linux_wheel_fix_symlinks.py",
line 88, in
libasound = ctypes.CDLL(libasound, mode=ctypes.RTLD_GLOBAL)
File "/app/.heroku/python/lib/python3.6/ctypes/__init__.py", line
348, in __i
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 a
orms/modelforms/
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/>*
Foll
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 us
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 to
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 th
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 files\python37-32\li
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 platfo
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 compla
10 matches
Mail list logo