Anyone know how to push changes upstream back to the template after having 
started the project? i'm in this snenario:

1) I start a project from pinax:

$ virtualenv mysite
$ source mysite/bin/activate
(mysite)$ pip install Django==1.4.5
(mysite)$ django-admin.py startproject 
--template=https://github.com/pinax/pinax-project-social/zipball/master mysite
(mysite)$ cd mysite
(mysite)$ pip install -r requirements.txt
(mysite)$ python manage.py syncdb
(mysite)$ python manage.py runserver

2) make stuff 
3) i want to pull to pinax repository my changes

The question is: How can i change my named project "mysite" with {{ 
project_name}} back?


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to