Answer the question
In order to leave comments, you need to log in
How to make your project available to everyone?
Good day.
I've been developing a Django-Oscar store and I want anyone to be able to try it. Haven't worked with GIT yet. How can I do it?
I think you need something like this (in general terms):
Answer the question
In order to leave comments, you need to log in
Hello. Well, in principle, yes, he painted everything correctly. If the repository is not private, then anyone can clone it from github and feel the project, report bugs / suggestions, make a pull request.
It is worth adding another README.md or README.rst to the root and describing the project briefly there, giving links to the documentation, etc. github will render the content on the main page of the repository. You can look at the example of popular repositories how others make out.
In .gitignore, manually specify which files / directories to ignore the git: https://git-scm.com/docs/gitignore It understands regular expressions and all that.
It would be nice to make a page on github pages with screenshots and working examples of sites or just templates rendered in html so that you can see what's going on.
> Create .gitignore (by the way, what files should I put there?)
https://github.com/github/gitignore
I think you will find it to your liking ;)
In this case, everything is simple - the eyes are afraid, but the hands are doing. See how others do and do the same.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question