Hi, I just installed satchmo, but not sure on how to add/modify codes to it. Currently, I'm in the learning stage for both django and satchmo.
In my store directory, there are only templates, localsite, static directories and urls.py, settings.py and local_settings.py files. I'm now trying to add batchimport feature for admin. To add an application or feature, do I just do it like for any other django app? such as running 'python manage.py newApp' and add it to INSTALLED_APPS in settings.py, add url to urls.py? seems like localsite directory is where I would put my own code, but to add all future modules in localsite's models.py, it would to be too cluttered up. Thank you for any guidance. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
