Forums

How To Startapp in Pyhton anywhere

Hi, I am new in programming, i just starting to learn to create website using django and i would like to host it in python anywhere. but i think i can't run it properly

i just keep get this message in my page

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 database, edit the DATABASES setting in cop/settings.py. Start your first app by running python cop/manage.py startapp [appname]. You're seeing this message because you have DEBUG
= True in your Django settings file and you haven't configured any URLs. Get to work!

can anyone help me fix this step by step

Hi there,

What are you trying to do next? Also note that you will need to reload your webapp the see the changes that you made.

Conrad