bentford/djangoBlog

Push initial code (but figure out how to structure my repo)

Closed this issue · 3 comments

Trying to figure out how to structure my git repository. Currently, djangoBlog lives inside my django-website, which is under a git repo, but I do not wish to share the entire site code.

I guess I could nest a git repo inside another and ignore the nested directory.

Nesting will not work with my current folder structure:

/benford.name
  /blog
    urls.py
    views.py   #this references files in templates
    etc...
  /templates

Solution: move blog templates inside the blog folder.

Read docs to see if this is doable.

Done.