cirlabs / django-project-template

A collection of development tasks and optimizations aimed at anyone doing news application development on tight deadlines in Django.
17 stars 10 forks source link

error on fab createdb command #42

Closed aboutaaron closed 9 years ago

aboutaaron commented 9 years ago
Traceback (most recent call last):
  File "/home/aaron/.anaconda/lib/python2.7/site-packages/fabric/main.py", line 658, in main
    docstring, callables, default = load_fabfile(fabfile)
  File "/home/aaron/.anaconda/lib/python2.7/site-packages/fabric/main.py", line 165, in load_fabfile
    imported = importer(os.path.splitext(fabfile)[0])
  File "/home/aaron/Code/cir/google_dmca_takedowns/fabfile.py", line 17, in <module>
    s3_bucket = settings.AWS_BUCKET_NAME
  File "/home/aaron/.anaconda/lib/python2.7/site-packages/django/conf/__init__.py", line 47, in __getattr__
    return getattr(self._wrapped, name)
AttributeError: 'Settings' object has no attribute 'AWS_BUCKET_NAME'