Re: trouble initializing the website

2015-01-16 Thread Adil Erpat
use manage.py command -- 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: trouble initializing the website

2015-01-16 Thread Carlos Andre
And you have, after all, create a aplication with command: manage,py startapp [name your app] Em 16/01/2015 08:56, "Nicky Setia" escreveu: > Hi, > I used Django to create my personal webpage. The tutorial on your homepage > was very helpful and easy to follow. > I have my

Re: trouble initializing the website

2015-01-16 Thread Carlos Andre
Your first step are configure settings.py in databases, you heve to create a conetion. Secund step, syncdb will go create the struct databases. And finally runserver will start your server. In browser use to admin: 127.0.0:8000/admin. That need loggin who you configure in syncdb. Em 16/01/2015

trouble initializing the website

2015-01-16 Thread Nicky setia
Hi, I am receiving the following error when I try to load my domain. The domain/hosting and settings.py and other files are all set up "It worked! Congratulations on your first Django-powered page. Of course, you haven't actually done any work yet. Here's what to do next: If you plan to use a

trouble initializing the website

2015-01-16 Thread Nicky Setia
Hi, I used Django to create my personal webpage. The tutorial on your homepage was very helpful and easy to follow. I have my domain and hosting set up. I have modified the settings/views/URLs files accordingly and FTP all files to the server but when I try to load the domain, it gives me