-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup local development environment #263
Comments
@natea What version of of python i should use in my local virtual environment. Oldest version of the packages are blocking me to install in my local. Please let me know if you have idea. |
@natea I have successfully installed smallslive in my local using python2 but the problem is i cant compile sass as the following error. The reason is deprecated version of node-sass. |
@rajpaul I just did a quick google search for that error, and came across this comment which suggests a fix is downgrading sass to 1.32. |
@natea I have successfully setup the basic site (without third party i.e. Amazon S2 , Stripe etc) in my local environment. But i cant push the code changes. It says permission denied. Please have a look. |
@rajpaul The reason you couldn't push your changes is because your group only had read access: I've now changed your permissions, so you now have write permissions as well: |
@natea I have pushed my changes to a new branch |
@rajpaul i can see that you made changes to the requirements.txt file, but it doesn't appear that you've pinned the version numbers of the 3rd party dependencies. cf3cee4 This can get you into trouble when the next time you push a deploy, Heroku pulls down a newer version of a Python package that's incompatible with the version of Django we're using. Can you please pin the versions of all the dependencies? CC @mprunell |
@rajpaul is this task completed yet? Can we move it to Done? |
@natea Yes we can move it to done. |
Great, thanks @rajpaul ! Can you update the Oscar and dj-stripe tasks with an update on how those are going? |
@rajpaul please move done tasks to the done column, and remember to update the other tasks as you're making progress on them. |
No description provided.
The text was updated successfully, but these errors were encountered: