Hi there!
I’m trying to do this project in Django but I got stucked when I recall a get method on a custom url inserted from the user.
This is what I’ve done till now:
- Ran a server;
- added a new app (“timestamp”)
- in the folder timestamp:
—> I created/edited: urls.py, models.py (to get the url), views.py - I made the migrations
Any advice? Here is my code: https://ide.c9.io/alodavi/timestamp-microservice-django
I’m not sure that it is correct (it seems to me rather complex)…