mcuringa / nyc-el

GNU Affero General Public License v3.0
0 stars 1 forks source link

Urls/Views #5

Open hsgroves opened 10 years ago

hsgroves commented 10 years ago

Working from the initial navigation, create dummy URL mappings in urls.py and corresponding Views in views.py

For now, all of your views can return the home.html template.

katyauchter commented 10 years ago

Hello Hannah,

I have a question about how to make these .py files. Should I upload the actual files that I make, or should I create a new page on github to try these?

mcuringa commented 10 years ago

Katy—the files are already in the project, you need to

  1. clone the project to your computer
  2. change the python files and test them on your machine
  3. commit your changes to git
  4. push your changes to the github repository