Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to properly generate startapp in cookiecutter #1505

Closed
randolphpebenito opened this issue Feb 10, 2018 · 1 comment · May be fixed by #3358
Closed

How to properly generate startapp in cookiecutter #1505

randolphpebenito opened this issue Feb 10, 2018 · 1 comment · May be fixed by #3358

Comments

@randolphpebenito
Copy link

I've just successfully cloned this repo and everything works fine. My only question is how to generate the properly the startapp.

Normal way:
./manage.py startapp

Is it the same way when you use cookiecutter as the boilerplate?

@browniebroke
Copy link
Member

Hi, cookiecutter is a project template to help you generate a production-ready project template. Once you have your project, it's a regular Django project and all the regular Django admin commands apply, as well as the ones from django-extensions locally.

So, yes, the "normal way" still applies, this cookiecutter doesn't provide any hooks to add apps within your project.

If you're looking into creating a reusable, standalone Django app (rather than a Django project), you may want to use cookiecutter-djangopackage instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants