app-generator / django-pixel

Django Pixel UI Kit - Open-Source Django Starter | AppSeed
https://appseed.us/product/pixel-bootstrap/django/
Other
96 stars 89 forks source link

css issue #5

Closed stemcell000 closed 1 year ago

stemcell000 commented 1 year ago

Hi, I installed the Django-pixel-pro kit as follow :

  1. export the GH_TOKEN
  2. clone the DPP repo
  3. cd django-pixel-pro and create & activate venv (env folder)
  4. pip installl requirements. The theme seems to be correctly installed : Capture d’écran 2023-04-21 à 19 32 10
  5. create migration & migrate (dm, dmm)
  6. start server (drs) This is what I have with any web browser : Capture d’écran 2023-04-21 à 19 31 15

    It seems the css are not loaded. Would you please give me a hand ? Thanks