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

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 se

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

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: >> >>

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