/Web-Application-django-react

Django project inspired by the Decode Hackathon. Learning resource and progress

Primary LanguagePython

Learning Resources

Part(Most) of the resources are from the online tutorial djangoGirls. I further divided the tutorial into small sections and links The website is on http://xyuae.pythonanywhere.com/

Command line

Python

CSS

Django

ReactJS

Git

Note

  • manage.py is a script that start a web server and manages the site
  • setings.py contains the configuraiton of the website
  • urls.py contains a list of patterns used by urlresolver
  • touch creates a new file in linux
  • workflow in web development – make changes locally, push those changes to GitHub, and pull your changes down to your live Web server
  • include all used funcitons(url, include) from django.conf.urls in urls.py