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

Make reverse work with examples and add more tests. #11

Open
thomasyip opened this issue Sep 29, 2016 · 0 comments
Open

Make reverse work with examples and add more tests. #11

thomasyip opened this issue Sep 29, 2016 · 0 comments
Assignees

Comments

@thomasyip
Copy link
Member

I added examples folder to the project.

You can start the examples with these command after checking out the newest version.

git checkout master
git pull
git submodule sync --recursive
git submodule update --recursive --init
./bin/examples runserver
# open browser http://127.0.0.1:8000/

You will able to see the first page loaded.

Now, edit ./submodules/storeys/examples/apps/receipts/templates/receipts/list.html and add:

a) a new link <a href="{% url 'receipts-create-view'' %}>Create a new receipt</a>
b) another one <a href="{% url 'receipts-item-view' 10 %}>Receipt 10</a>

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

No branches or pull requests

2 participants