DEV Community

Discussion on: Pet Projects: How to stay motivated doing it?

Collapse
 
marlysson profile image
Marlysson Silva

What is PH?

Actually I'm using Django just to wrapper my stack, that actually is Django Rest Framework to build an api and Vue.js to consume your content.

Very easy.. the most complicated part ( that I found ) was do auth in vuejs using token.. but was my first attempt.

Thread Thread
 
zorexsalvo profile image
Zorex Salvo • Edited

Philippines, Asia.

Yeah I know DRF, been using it to develop some internal data integrations. For the auth, I find it complicated too. Haven't tried to do auth without the help of a framework, so now I want to do it differently, so I'm trying to do separate frontend and backend.

Thread Thread
 
marlysson profile image
Marlysson Silva

Django is awesome framework really.. After use it for couple times I'm trying adventure me by the core details and your source code.. To specialize more.

It's a good exercicie :D

Thread Thread
 
zorexsalvo profile image
Zorex Salvo

Have you seen Classy Class Based Views and Classy Django Rest Framework yet? Those are very useful to dive deeper on those magic view classes of django/django-rest.

Thread Thread
 
marlysson profile image
Marlysson Silva • Edited

Some times yes.. But don't too deeper.. Awesome resources... There are too about the forms:

Classy Django Forms

Thread Thread
 
zorexsalvo profile image
Zorex Salvo

Haven't seen that yet. Thanks!