I created a new model with manage.py startapp supplier edited some stuff in the views, url and models. Now I execute python manage.py makemigrations but django doesn't recognize my new model "No changes detected" it says
            Asked
            
        
        
            Active
            
        
            Viewed 56 times
        
    0
            
            
         
    
    
        sg_sg94
        
- 2,248
- 4
- 28
- 56
- 
                    3Did you add your app name in the `INSTALLED_APPS` list in `settings.py` ? – Alfarhan Zahedi Mar 19 '20 at 16:00
- 
                    no, will do that :) – sg_sg94 Mar 19 '20 at 16:02