Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 607 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 607 Bytes

Django fo PyLadies

Handling the required setup for the Django Project Django tutorial.

Django Setup

This is covered in this document.

Bugs

If you think something could be improved around here, open an issue and we can start discussion!

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Added some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

<3