We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At least a manage.py and settings.py so it's easier to try stuff out.
manage.py
settings.py
See Lippukala for an ugly pattern of making a test app for a library.
Though it would not hurt to have the whole django-nexmo project be structured like a Django project, with manage.py and example/settings.py.
django-nexmo
example/settings.py
When this is finally uploaded into PyPI, it is up to setup.py to declare just the nexmo module and not the example module.
setup.py
nexmo
example
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At least a
manage.py
andsettings.py
so it's easier to try stuff out.See Lippukala for an ugly pattern of making a test app for a library.
Though it would not hurt to have the whole
django-nexmo
project be structured like a Django project, withmanage.py
andexample/settings.py
.When this is finally uploaded into PyPI, it is up to
setup.py
to declare just thenexmo
module and not theexample
module.The text was updated successfully, but these errors were encountered: