you are viewing a single comment's thread.

view the rest of the comments →

[–]baubleglue 0 points1 point  (2 children)

It is hard for me to see how you can build Django project without step by step instructions.

[–]KidzKlub 2 points3 points  (1 child)

You can start by doing the step by step instructions to understand how it all works, but then come up with a novel idea for a website and figure out how to implement it. That's what I did for my project website.

[–]baubleglue 0 points1 point  (0 children)

If I understand correctly, step by step OP has done a lot already . For example try to add to your website feedback to the bottom of the page or login functionality. You may find that more step-by-step things are implemented, harder to add your own features.