Re: interoperability of django with another web server

2019-07-23 Thread vignesh karthik
dont need databse files only App files and setting file


On Wed, Jul 24, 2019 at 3:58 AM Kasper Laudrup 
wrote:

> Hi CodingManiac,
>
> On 23/07/2019 14.44, CodingManiac wrote:
> > Other framework in python
> >
>
> Your question is really not very precise and you it's hard for anyone to
> tell you "how you can do that", but you can try to keep your "non django
> specific logic" in separate python modules so you can at least import
> that functionality in other frameworks.
>
> I would guess you still have to rewrite tons of stuff anyway though, so
> I find it hard to see the point. Do you have any specific frameworks in
> mind and what is your actual usecase?
>
> Please try to be more specific when asking others for help.
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/492e0537-c46c-0578-e42d-2f33aa839984%40stacktrace.dk
> .
>


-- 
vignesh

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEJDTZ-PU_CV5pe4fr%2BM%2BohYymzDBZSH5Yzfz4dg-7u%2BAD9tsA%40mail.gmail.com.


Re: Running of index.html file

2019-07-23 Thread vignesh karthik
did you try install pillow..if it is not try this command

pip install pillow

On Wed, Jul 24, 2019 at 9:22 AM Mukul Dharwala 
wrote:

> thanks brother but i have tried everything
>
> On Jul 24, 2019 9:21 AM, "vignesh karthik" 
> wrote:
>
> Hi there,
>
> in settings.py
>
> under
>
> STATIC_URL = '/static'
>
> Add below Lines
>
>
> STATICFILES_DIRS = (
> os.path.join(BASE_DIR, 'static'),
> )
>
> Thank you
>
> On Wed, Jul 24, 2019 at 8:30 AM Mukul Dharwala 
> wrote:
>
>> All files are working except this one its images are not showing as well
>> as whenever i am putting{%load %} in front of any css file or jpg file it
>> is showing an error. plzz go through my code and help me correcting it
>>
>> --
>> 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/ef6dc860-24bb-417b-9f97-98728eaad29b%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/ef6dc860-24bb-417b-9f97-98728eaad29b%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>
>
> --
> vignesh
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAEJDTZ-qCx8f%3D0OJ%2BNzXPzT0pY_KBv8-xwdPHBLUH-U_9XVMHQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAEJDTZ-qCx8f%3D0OJ%2BNzXPzT0pY_KBv8-xwdPHBLUH-U_9XVMHQ%40mail.gmail.com?utm_medium=email_source=footer>
> .
>
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAFOmVPEYvYU61is9DKLMA3MftzSGYhC2t5HFnDRUs5OE6ULOsA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAFOmVPEYvYU61is9DKLMA3MftzSGYhC2t5HFnDRUs5OE6ULOsA%40mail.gmail.com?utm_medium=email_source=footer>
> .
>


-- 
vignesh

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEJDTZ_n75D9OR-gCsjXR8sS9__6ow6AGZizPnUXNL-c%3DB%3DPRw%40mail.gmail.com.


Re: Running of index.html file

2019-07-23 Thread vignesh karthik
Hi there,

in settings.py

under

STATIC_URL = '/static'

Add below Lines


STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static'),
)

Thank you

On Wed, Jul 24, 2019 at 8:30 AM Mukul Dharwala 
wrote:

> All files are working except this one its images are not showing as well
> as whenever i am putting{%load %} in front of any css file or jpg file it
> is showing an error. plzz go through my code and help me correcting it
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/ef6dc860-24bb-417b-9f97-98728eaad29b%40googlegroups.com
> 
> .
>


-- 
vignesh

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEJDTZ-qCx8f%3D0OJ%2BNzXPzT0pY_KBv8-xwdPHBLUH-U_9XVMHQ%40mail.gmail.com.


Re: Polls app not showing?

2019-06-27 Thread vignesh karthik
Create virtual environment

On Fri, Jun 28, 2019, 6:14 AM ScottW  wrote:

> The server ran a few weeks ago before I ran into this issue. I used the
> run server command just now and now its not working. Interesting
>
> On Thursday, June 27, 2019 at 3:09:29 PM UTC-4, karthikvignesh28 wrote:
>>
>>
>>
>> On Thursday, June 27, 2019 at 8:04:39 AM UTC+5:30, ScottW wrote:
>>>
>>> Hi,
>>>
>>> I'm attempting to get started with Django and very first part of the
>>> polls app. When I type "python manage.py startapp polls"  into the Windows
>>> Powershell I don't see a folder for it in my file explorer under "mysite".
>>> Even stranger is that when I type 'tree' for this folder it shows that its
>>> on the computer, but there's nothing in it besides 'migrations' and
>>> '_pycache_ '. Please refer to the screenshot attached for a picture of the
>>> Powershell code. If someone could help steer me in the right direction that
>>> would be great!
>>>
>>
>>
>>
>> Can you run the server Without Creating a new app?
>>
> --
> 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 django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/003f95c0-4e7d-4806-af90-6a4e9f6da018%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEJDTZ-HRzhjC_0LytOzSQCg2QgQ8iKjaQt1NMcWPrxcfMVh2A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Django create username and password, please help!

2019-06-27 Thread vignesh karthik
Hi there!

Can You please Tell me the exact Error Details, So i can Trouble shoot your
problem

On Thu, Jun 27, 2019 at 3:11 PM ojakol emma  wrote:

> YOU NEED TO CREATE A SUPERUSER FIRST TRY TYPING:
>
> "python manage.py createsuperuser"
> then you fill in the information they need
> NOTE when you are typing your password it is not seen so you have to be
> careful
> thanks for more inquiries please contact +256 780738146 even me i deal
> django projects
>
>
> On Tue, Jun 25, 2019 at 6:04 PM Jackeline Peña Alejandro <
> jacky.mela...@gmail.com> wrote:
>
>> Hello everyone,
>>
>> I have a query, well is the first time I'm using django to create
>> websites, I would like help in that sense, I have to create a username and
>> password, I would like guidance on it, I know there are tutorials on
>> youtube, but do not help me, because the course of following the steps,
>> there is always an error, and I get confused. I'm using pycharm which
>> allowed me to create a virtual environment, to install django
>>
>> I hope you will answer me as soon as possible,
>>
>> --
>> 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 django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/c067a69b-5dd3-41f7-9cc2-8841e4d47c83%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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 django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAKVKrTyPvD%3DwKb0w955Rt7Ss0R08n-Ym-xOQN01wintx5nCYrg%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
vignesh

-- 
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 django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEJDTZ8qkwqGuBZ8%2BxmnqJSTkHzrerkQ-Wk5jHj3uC%2BFDZLOUQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.