Guest User

Untitled

a guest
Oct 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import os
  2. # django project name is adleads, replace adleads with your project name
  3. os.environ.setdefault("DJANGO_SETTINGS_MODULE", "adleads.settings")
  4.  
  5. from core.models import (
  6. Company,
  7. DomainDetails,
  8. SponsorshipTrail,
  9. JobBoard
  10. )
Add Comment
Please, Sign In to add comment