Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 634 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 634 Bytes

learninglogswithdjango

A learner can register, login create new topic add contents , access created topics and respective contents creator can edit the content

the project also can be found in the book of "python crash course" writen by Eric Matthes the project starts at 18th Topic

#procedure

  1. fork the project
  2. clone the project
  3. run the command python manage.py runserver
  4. preview the project in your favourite browser link http://localhost:8000/
  5. Register and add new topic also contents

you can modify the project and share you codes

Notice might be required to install django run the code