Comment Re:ask a lawyer (Score 1) 778
First, it's nVidia, with a capital V, so I'm already suspicious that you don't work there.
Secondly, your "homepage" looks was clearly thrown together in minutes, so I'm wondering if you're even a real person:
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 DATABASE_* settings in lexical/settings.py.
* Start your first app by running python lexical/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!
Secondly, your "homepage" looks was clearly thrown together in minutes, so I'm wondering if you're even a real person:
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 DATABASE_* settings in lexical/settings.py.
* Start your first app by running python lexical/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!