I refer to a new project (in all the possible meanings). When I use 
*startapp* to create an app, I want to only git (as you would do for any 
other thing) that app, nothing more:

django-admin startproject myproject
cd myproject
python3 manage.py startapp myapp
cd myapp
git init

It's very simple: just versioning something specific.

Anyway, forgot it, I just tested again, and all goes ok. Thanks anyway, and 
I will check that submodule feature in the future.

El miércoles, 22 de julio de 2015, 16:55:14 (UTC+2), durir...@gmail.com 
escribió:
>
> Hello, I'm trying to start a git repo that onyl controls the changes in my 
> app of my Django's project, but I don't get other thing that a VCS error 
> 'cause of a root problem: so I can git the entire project, but not an app 
> separately. Does anyone had this problem before? Is something of Django 
> configuration? It will be sure that I'll have to create a separately git 
> repo for the app?
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8080e611-427b-422d-a4fe-4ccae9558566%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to