Python Forum
Create an online cryptocurrency market - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Create an online cryptocurrency market (/thread-9958.html)



Create an online cryptocurrency market - MISC24 - May-06-2018

Hello,

I actually have to create a cryptocurrency online market as a project for university in Django (python). When a users sings up (for the first time) they get an unique ''welcome transaction (amount)'' that I can randomly choose but has to be exactly the same for every user. I believe that I have to code this transaction at the same time as the sign-up form but I don't know how to proceed.