This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/airavata-cookiecutter-django-app.git

commit 16a98a855e7d1a9e5af1f1ac67d2fa939f95989b
Author: Marcus Christie <machris...@apache.org>
AuthorDate: Thu May 27 11:56:36 2021 -0400

    Updating README with usage instructions
---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index e69de29..e484125 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,15 @@
+# Custom Airavata Django App Cookiecutter
+
+## Quickstart
+
+Install the latest Cookiecutter if you haven't installed it yet:
+
+    pip install --user -U cookiecutter
+
+Generate a custom Django app that works with the
+[Airavata Django Portal](https://github.com/apache/airavata-django-portal)
+
+    cookiecutter 
https://github.com/machristie/cookiecutter-airavata-django-app.git
+
+Then see the README.md in the generated project folder for instructions on how
+to install your custom Django app into an Airavata Django Portal instance.

Reply via email to